4a34c1bc27a7ad936639a83ad7e34f89add92c4c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getTestDescriptors() : Collection<TestDescriptor> renamed to public getEngineDescriptors() : Collection<TestDescriptor> in class org.junit.gen5.launcher.TestPlan | From | To | |
Rename Variable | 1 | ||
Rename Variable testDescriptors : List<TestDescriptor> to engineDescriptor : Optional<EngineDescriptor> in method public execute(testPlan TestPlan) : void in class org.junit.gen5.launcher.Launcher | From | To | |
Change Return Type | 4 | ||
Change Return Type Collection<TestDescriptor> to void in method public discoverTests(specification TestPlanSpecification, engineDescriptor EngineDescriptor) : void in class org.junit.gen5.engine.TestEngine | From | To | |
Change Return Type List<TestDescriptor> to void in method public discoverTests(specification TestPlanSpecification, engineDescriptor EngineDescriptor) : void in class org.junit.gen5.engine.junit5.JUnit5TestEngine | From | To | |
Change Return Type Collection<TestDescriptor> to void in method public discoverTests(specification TestPlanSpecification, engineDescriptor EngineDescriptor) : void in class org.junit.gen5.engine.junit4.JUnit4TestEngine | From | To | |
Change Return Type List<TestDescriptor> to EngineDescriptor in method private discoverTests(spec TestPlanSpecification) : EngineDescriptor in class org.junit.gen5.engine.junit5.JUnit5TestEngineTests | From | To | |
Rename Attribute | 1 | ||
Rename Attribute testDescriptors : Collection<TestDescriptor> to engineDescriptors : Collection<EngineDescriptor> in class org.junit.gen5.launcher.TestPlan | From | To | |
Change Variable Type | 1 | ||
Change Variable Type testDescriptors : List<TestDescriptor> to engineDescriptor : Optional<EngineDescriptor> in method public execute(testPlan TestPlan) : void in class org.junit.gen5.launcher.Launcher | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type testDescriptors : Collection<TestDescriptor> to engineDescriptors : Collection<EngineDescriptor> in class org.junit.gen5.launcher.TestPlan | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public addEngineDescriptor(engineDescriptor EngineDescriptor) : void extracted from public discover(specification TestPlanSpecification) : TestPlan in class org.junit.gen5.launcher.Launcher & moved to class org.junit.gen5.launcher.TestPlan | From | To |