c2d9a533b97ee808e5f51ffd94eb4a0524ff8362
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Variable | 1 | ||
Extract Variable containerExtensionContext : ContainerExtensionContext in method public beforeAll(context JUnit5EngineExecutionContext) : JUnit5EngineExecutionContext from class org.junit.gen5.engine.junit5.descriptor.ClassTestDescriptor | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method protected throwIfAnyThrowablePresent(throwablesCollector List<Throwable>) : void extracted from public execute(context JUnit5EngineExecutionContext) : JUnit5EngineExecutionContext in class org.junit.gen5.engine.junit5.descriptor.MethodTestDescriptor & moved to class org.junit.gen5.engine.junit5.descriptor.JUnit5TestDescriptor | From | To | |
Rename Parameter | 1 | ||
Rename Parameter throwables : List<Throwable> to throwablesCollector : List<Throwable> in method private invokeAfterEachExtensionPoints(newTestExtensionRegistry TestExtensionRegistry, testExtensionContext TestExtensionContext, throwablesCollector List<Throwable>) : void in class org.junit.gen5.engine.junit5.descriptor.MethodTestDescriptor | From | To |