a053f0c7437e42526965d95899340aa9c64c04a9
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package createTestInstance() : Object renamed to protected createAndPostProcessTestInstance(context TestExecutionContext) : Object in class org.junit.gen5.engine.junit5.execution.ClassExecutionNode | From | To | |
Extract Variable | 1 | ||
Extract Variable testClass : Class<?> in method protected createAndPostProcessTestInstance(context TestExecutionContext) : Object from class org.junit.gen5.engine.junit5.execution.ClassExecutionNode | From | To | |
Inline Variable | 2 | ||
Inline Variable afterEachMethods : List<Method> in method package executeAfterEachTest(methodContext TestExecutionContext, resolutionContext TestExecutionContext, testInstance Object, exceptionCollector List<Throwable>) : void from class org.junit.gen5.engine.junit5.execution.ClassExecutionNode | From | To | |
Inline Variable beforeEachMethods : List<Method> in method package executeBeforeEachTest(methodContext TestExecutionContext, resolutionContext TestExecutionContext, testInstance Object) : void from class org.junit.gen5.engine.junit5.execution.ClassExecutionNode | From | To |