8aaac855bb36d3d92d769f4c4e8e2e47d1ac6fa6
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private invokeBeforeAllExecutionExceptionHandlers(registry ExtensionRegistry, context ExtensionContext, throwable Throwable) : void renamed to private invokeBeforeAllMethodExecutionExceptionHandlers(registry ExtensionRegistry, context ExtensionContext, throwable Throwable) : void in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor | From | To | |
Rename Method private invokeAfterAllExecutionExceptionHandlers(registry ExtensionRegistry, context ExtensionContext, throwable Throwable) : void renamed to private invokeAfterAllMethodExecutionExceptionHandlers(registry ExtensionRegistry, context ExtensionContext, throwable Throwable) : void in class org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor | From | To | |
Rename Class | 1 | ||
Rename Class org.junit.jupiter.engine.extension.LifecycleMethodExecutionExceptionHandlersTests renamed to org.junit.jupiter.engine.extension.LifecycleMethodExecutionExceptionHandlerTests | From | To | |
Rename Parameter | 1 | ||
Rename Parameter ex : Throwable to throwable : Throwable in method private invokeTestExecutionExceptionHandlers(registry ExtensionRegistry, context ExtensionContext, throwable Throwable) : void in class org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor | From | To |