9ef4b4c40d6598165fb9d231be26a2daea858287
Files Diff
- Added: 5
- Removed: 1
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public executeTestFromTestId() : void renamed to public executeTestFromUniqueId() : void in class org.junit.gen5.engine.junit5.JUnit5TestEngineTests | From | To | |
Rename Variable | 2 | ||
Rename Variable className : String to element : TestPlanSpecification in method public discoverTests(specification TestPlanSpecification) : List<TestDescriptor> in class org.junit.gen5.engine.junit5.JUnit5TestEngine | From | To | |
Rename Variable testClasses : List<Class<?>> to testDescriptors : List<TestDescriptor> in method public discoverTests(specification TestPlanSpecification) : List<TestDescriptor> in class org.junit.gen5.engine.junit5.JUnit5TestEngine | From | To | |
Inline Method | 1 | ||
Inline Method private discoverTestClasses(testPlanSpecification TestPlanSpecification) : List<Class<?>> inlined to public discoverTests(specification TestPlanSpecification) : List<TestDescriptor> in class org.junit.gen5.engine.junit5.JUnit5TestEngine | From | To | |
Rename Class | 1 | ||
Rename Class org.junit.gen5.engine.TestPlanSpecificationBuilderTests renamed to org.junit.gen5.engine.TestPlanSpecificationTests | From | To | |
Change Variable Type | 2 | ||
Change Variable Type className : String to element : TestPlanSpecification in method public discoverTests(specification TestPlanSpecification) : List<TestDescriptor> in class org.junit.gen5.engine.junit5.JUnit5TestEngine | From | To | |
Change Variable Type testClasses : List<Class<?>> to testDescriptors : List<TestDescriptor> in method public discoverTests(specification TestPlanSpecification) : List<TestDescriptor> in class org.junit.gen5.engine.junit5.JUnit5TestEngine | From | To |