f4eca58795924559515ec2c7ba4ac02e73a664ad
Files Diff
- Added: 5
- Removed: 5
- Renamed: 0
- Modified: 20
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package doesNotResolveClassRunWithJUnit5() : void renamed to package doesNotResolveClassRunWithJUnitPlatform() : void in class org.junit.gen5.engine.junit4.JUnit4TestEngineDiscoveryTests | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type testTree : JUnit5TestTree to testTree : JUnitPlatformTestTree in method package JUnitPlatformRunnerListener(testTree JUnitPlatformTestTree, notifier RunNotifier) in class org.junit.gen5.junit4.runner.JUnitPlatformRunnerListener | From | To | |
Change Return Type | 1 | ||
Change Return Type JUnit5TestTree to JUnitPlatformTestTree in method private generateTestTree() : JUnitPlatformTestTree in class org.junit.gen5.junit4.runner.JUnitPlatform | From | To | |
Rename Class | 5 | ||
Rename Class org.junit.gen5.engine.junit4.samples.junit4.TestCaseRunWithJUnit5 renamed to org.junit.gen5.engine.junit4.samples.junit4.TestCaseRunWithJUnitPlatformRunner | From | To | |
Rename Class org.junit.gen5.junit4.runner.JUnit5 renamed to org.junit.gen5.junit4.runner.JUnitPlatform | From | To | |
Rename Class org.junit.gen5.junit4.runner.JUnit5RunnerListener renamed to org.junit.gen5.junit4.runner.JUnitPlatformRunnerListener | From | To | |
Rename Class org.junit.gen5.junit4.runner.JUnit5TestTree renamed to org.junit.gen5.junit4.runner.JUnitPlatformTestTree | From | To | |
Rename Class org.junit.gen5.junit4.runner.JUnit5RunnerTests renamed to org.junit.gen5.junit4.runner.JUnitPlatformRunnerTests | From | To | |
Change Variable Type | 4 | ||
Change Variable Type runner : JUnit5 to runner : JUnitPlatform in method package throwsNoTestsRemainExceptionWhenNoTestIdentifierMatchesFilter() : void in class org.junit.gen5.junit4.runner.JUnitPlatformRunnerTests.Filtering | From | To | |
Change Variable Type runner : JUnit5 to runner : JUnitPlatform in method package convertsTestIdentifiersIntoDescriptions() : void in class org.junit.gen5.junit4.runner.JUnitPlatformRunnerTests.Discovery | From | To | |
Change Variable Type runner : JUnit5 to runner : JUnitPlatform in method package appliesFilter() : void in class org.junit.gen5.junit4.runner.JUnitPlatformRunnerTests.Filtering | From | To | |
Change Variable Type listener : JUnit5RunnerListener to listener : JUnitPlatformRunnerListener in method public run(notifier RunNotifier) : void in class org.junit.gen5.junit4.runner.JUnitPlatform | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type testTree : JUnit5TestTree to testTree : JUnitPlatformTestTree in class org.junit.gen5.junit4.runner.JUnitPlatformRunnerListener | From | To | |
Change Attribute Type testTree : JUnit5TestTree to testTree : JUnitPlatformTestTree in class org.junit.gen5.junit4.runner.JUnitPlatform | From | To |