0027ade00fd483e08714ece1021a7715bb1855da
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 2 | ||
Move And Rename Method public afterAll(context MyEngineExecutionContext) : MyEngineExecutionContext from class org.junit.gen5.engine.HierarchicalTestExecutorTests.MyContainer to public prepare(context C) : C from class org.junit.gen5.engine.Node | From | To | |
Move And Rename Method public beforeAll(context MyEngineExecutionContext) : MyEngineExecutionContext from class org.junit.gen5.engine.HierarchicalTestExecutorTests.MyContainer to public prepare(context C) : C from class org.junit.gen5.engine.Node | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type context : MyEngineExecutionContext to context : C in method public prepare(context C) : C in class org.junit.gen5.engine.Node | From | To | |
Rename Variable | 1 | ||
Rename Variable newExtensionRegistry : TestExtensionRegistry to extensionRegistry : TestExtensionRegistry in method public beforeAll(context JUnit5EngineExecutionContext) : JUnit5EngineExecutionContext in class org.junit.gen5.engine.junit5.descriptor.ClassTestDescriptor | From | To | |
Change Return Type | 2 | ||
Change Return Type MyEngineExecutionContext to C in method public prepare(context C) : C in class org.junit.gen5.engine.Node | From | To |