63ff12f55a0e2b5fa9ee70babd9e9d33f7717651
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public beforeAllAndAfterAllCallbacks() : void renamed to public beforeAllAndAfterAllCallbacksWithTestInstancePerClass() : void in class org.junit.gen5.engine.junit5.ClassLevelCallbackTests | From | To | |
| Rename Class | 1 | ||
| Rename Class org.junit.gen5.engine.junit5.ClassLevelCallbackTests.LocalTestCase renamed to org.junit.gen5.engine.junit5.ClassLevelCallbackTests.InstancePerClassTestCase | From | To | |
| Extract Variable | 2 | ||
| Extract Variable annotationType : Class<AfterAll> in method private executeAfterAllMethods(context ExecutionRequest, testClass Class<?>, testInstance Object) : void from class org.junit.gen5.engine.junit5.execution.ClassTestExecutionNode | From | To | |
| Extract Variable annotationType : Class<BeforeAll> in method private executeBeforeAllMethods(testClass Class<?>, testInstance Object) : void from class org.junit.gen5.engine.junit5.execution.ClassTestExecutionNode | From | To |