3e3b402131a99f01480c57dd82c2e81ad6d9a4ea
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 4 | ||
| Change Parameter Type context : TestExtensionContext to context : JupiterEngineExecutionContext in method private invokeAfterEachCallbacks(context JupiterEngineExecutionContext) : void in class org.junit.jupiter.engine.descriptor.MethodTestDescriptor | From | To | |
| Change Parameter Type context : ContainerExtensionContext to context : JupiterEngineExecutionContext in method private invokeAfterAllCallbacks(context JupiterEngineExecutionContext) : void in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor | From | To | |
| Change Parameter Type context : TestExtensionContext to context : JupiterEngineExecutionContext in method private invokeAfterTestExecutionCallbacks(context JupiterEngineExecutionContext) : void in class org.junit.jupiter.engine.descriptor.MethodTestDescriptor | From | To | |
| Change Parameter Type context : TestExtensionContext to context : JupiterEngineExecutionContext in method private invokeAfterEachMethods(context JupiterEngineExecutionContext) : void in class org.junit.jupiter.engine.descriptor.MethodTestDescriptor | From | To | |
| Move Attribute | 1 | ||
| Move Attribute package throwableCollector : ThrowableCollector from class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext.State to private throwableCollector : ThrowableCollector from class org.junit.jupiter.engine.execution.JupiterEngineExecutionContext | From | To | |
| Merge Parameter | 4 | ||
| Merge Parameter [registry : ExtensionRegistry, throwableCollector : ThrowableCollector] to context : JupiterEngineExecutionContext in method private invokeAfterEachMethods(context JupiterEngineExecutionContext) : void in class org.junit.jupiter.engine.descriptor.MethodTestDescriptor | From | To | |
| Merge Parameter [registry : ExtensionRegistry, throwableCollector : ThrowableCollector] to context : JupiterEngineExecutionContext in method private invokeAfterEachCallbacks(context JupiterEngineExecutionContext) : void in class org.junit.jupiter.engine.descriptor.MethodTestDescriptor | From | To | |
| Merge Parameter [registry : ExtensionRegistry, throwableCollector : ThrowableCollector] to context : JupiterEngineExecutionContext in method private invokeAfterAllCallbacks(context JupiterEngineExecutionContext) : void in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor | From | To | |
| Merge Parameter [registry : ExtensionRegistry, throwableCollector : ThrowableCollector] to context : JupiterEngineExecutionContext in method private invokeAfterTestExecutionCallbacks(context JupiterEngineExecutionContext) : void in class org.junit.jupiter.engine.descriptor.MethodTestDescriptor | From | To | |
| Inline Variable | 1 | ||
| Inline Variable throwableCollector : ThrowableCollector in method public after(context JupiterEngineExecutionContext) : void from class org.junit.jupiter.engine.descriptor.ClassTestDescriptor | From | To | |
| Extract Method | 5 | ||
| Extract Method private invokeBeforeAllCallbacks(context JupiterEngineExecutionContext) : void extracted from public before(context JupiterEngineExecutionContext) : JupiterEngineExecutionContext in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor | From | To | |
| Extract Method private invokeBeforeTestExecutionCallbacks(context JupiterEngineExecutionContext) : void extracted from public execute(context JupiterEngineExecutionContext) : JupiterEngineExecutionContext in class org.junit.jupiter.engine.descriptor.MethodTestDescriptor | From | To | |
| Extract Method private invokeAfterAllMethods(context JupiterEngineExecutionContext) : void extracted from public after(context JupiterEngineExecutionContext) : void in class org.junit.jupiter.engine.descriptor.ClassTestDescriptor | From | To | |
| Extract Method private invokeBeforeEachMethods(context JupiterEngineExecutionContext) : void extracted from public execute(context JupiterEngineExecutionContext) : JupiterEngineExecutionContext in class org.junit.jupiter.engine.descriptor.MethodTestDescriptor | From | To | |
| Extract Method private invokeBeforeEachCallbacks(context JupiterEngineExecutionContext) : void extracted from public execute(context JupiterEngineExecutionContext) : JupiterEngineExecutionContext in class org.junit.jupiter.engine.descriptor.MethodTestDescriptor | From | To |