c82f479e8820f466061e8a5bfb03d3d1b351f82b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected createChildContext(descriptor TestDescriptor, parent TestExecutionContext) : TestExecutionContext renamed to protected createContext(descriptor TestDescriptor, parent TestExecutionContext, testInstance Object, testMethod Method, testClass Class) : TestExecutionContext in class org.junit.gen5.engine.junit5.execution.TestExecutionNode | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type context : ExecutionRequest to context : TestExecutionContext in method private executeBeforeMethods(context TestExecutionContext) : void in class org.junit.gen5.engine.junit5.execution.MethodTestExecutionNode | From | To | |
Change Parameter Type context : ExecutionRequest to context : TestExecutionContext in method private invokeTestMethod(method Method, context TestExecutionContext) : void in class org.junit.gen5.engine.junit5.execution.MethodTestExecutionNode | From | To | |
Change Parameter Type context : ExecutionRequest to context : TestExecutionContext in method private executeAfterMethods(context TestExecutionContext, exceptionThrown Throwable) : Throwable in class org.junit.gen5.engine.junit5.execution.MethodTestExecutionNode | From | To |