c30424a539acd9d8554250fadefc10e95bd8f4ce
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method public testContextResolutionFromContainerClass() : void renamed to public testContextResolutionFromBaseClass() : void in class org.junit.gen5.engine.junit5.descriptor.SpecificationResolverTest | From | To | |
Rename Method public fromClassName() : void renamed to public fromClass() : void in class org.junit.gen5.engine.junit5.descriptor.JUnit5TestableTest | From | To | |
Rename Method public nestedClassFromClassName() : void renamed to public nestedClassFromClass() : void in class org.junit.gen5.engine.junit5.descriptor.JUnit5TestableTest | From | To | |
Rename Method public visitClassNameSpecification(className String) : void renamed to public visitClassSpecification(testClass Class<?>) : void in class org.junit.gen5.engine.junit4.JUnit4SpecificationResolver | From | To | |
Rename Method public testTwoClassNameResolution() : void renamed to public testTwoClassesResolution() : void in class org.junit.gen5.engine.junit5.descriptor.SpecificationResolverTest | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type className : String to testClass : Class<?> in method public visitClassSpecification(testClass Class<?>) : void in class org.junit.gen5.engine.junit4.JUnit4SpecificationResolver | From | To | |
Change Parameter Type className : String to testClass : Class<?> in method public forClass(testClass Class<?>) : TestPlanSpecificationElement in class org.junit.gen5.engine.TestPlanSpecification | From | To | |
Change Return Type | 1 | ||
Change Return Type Collection<TestPlanSpecificationElement> to List<TestPlanSpecificationElement> in method private getPackagesSpecificationElements() : List<TestPlanSpecificationElement> in class org.junit.gen5.junit4runner.JUnit5 | From | To | |
Extract Method | 1 | ||
Extract Method public forClass(testClass Class<?>) : TestPlanSpecificationElement extracted from public forClassName(className String) : TestPlanSpecificationElement in class org.junit.gen5.engine.TestPlanSpecification | From | To | |
Rename Parameter | 2 | ||
Rename Parameter className : String to testClass : Class<?> in method public visitClassSpecification(testClass Class<?>) : void in class org.junit.gen5.engine.junit4.JUnit4SpecificationResolver | From | To | |
Rename Parameter className : String to testClass : Class<?> in method public forClass(testClass Class<?>) : TestPlanSpecificationElement in class org.junit.gen5.engine.TestPlanSpecification | From | To |