618cffc01566fd932adc467e9be2633bd7f3708e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method package setup() : void renamed to package before() : void in class com.example.SampleTestCase | From | To | |
Rename Method private handleTestMethod(javaTestDescriptor JavaTestDescriptor, testInstance Object) : void renamed to private executeBeforeMethods(testClass Class<?>, testInstance Object) : void in class org.junit.gen5.engine.junit5.JUnit5TestEngine | From | To | |
Rename Method private fetchTestClasses(testPlanSpecification TestPlanSpecification) : List<Class<?>> renamed to private discoverTestClasses(testPlanSpecification TestPlanSpecification) : List<Class<?>> in class org.junit.gen5.engine.junit5.JUnit5TestEngine | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type javaTestDescriptor : JavaTestDescriptor to testClass : Class<?> in method private executeBeforeMethods(testClass Class<?>, testInstance Object) : void in class org.junit.gen5.engine.junit5.JUnit5TestEngine | From | To | |
Rename Attribute | 1 | ||
Rename Attribute setupCalled : boolean to beforeInvoked : boolean in class com.example.SampleTestCase | From | To | |
Extract Variable | 1 | ||
Extract Variable targetException : Throwable in method public execute(testDescriptors Collection<TestDescriptor>, testExecutionListener TestExecutionListener) : void from class org.junit.gen5.engine.junit5.JUnit5TestEngine | From | To | |
Rename Parameter | 1 | ||
Rename Parameter javaTestDescriptor : JavaTestDescriptor to testClass : Class<?> in method private executeBeforeMethods(testClass Class<?>, testInstance Object) : void in class org.junit.gen5.engine.junit5.JUnit5TestEngine | From | To |