7205f05c4a314a808b1a558d1e3044ec9bccc21a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method package before() : void renamed to package beforeAllStatic(testInfo TestInfo) : void in class org.junit.jupiter.engine.TestInstanceLifecycleTests.InstancePerMethodTestCase | From | To | |
Rename Method package after() : void renamed to package afterEach() : void in class org.junit.jupiter.engine.TestInstanceLifecycleTests.InstancePerMethodTestCase | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method private getInstanceLifecycle(testClass Class<?>) : TestInstance.Lifecycle from class org.junit.jupiter.engine.descriptor.ClassTestDescriptor.LifecycleAwareTestInstanceProvider to private getTestInstanceLifecycle(testClass Class<?>) : TestInstance.Lifecycle from class org.junit.jupiter.engine.descriptor.ClassTestDescriptor | From | To | |
Move Attribute | 1 | ||
Move Attribute private lifecycle : Lifecycle from class org.junit.jupiter.engine.descriptor.ClassTestDescriptor.LifecycleAwareTestInstanceProvider to private lifecycle : Lifecycle from class org.junit.jupiter.engine.descriptor.ClassTestDescriptor | From | To | |
Rename Attribute | 3 | ||
Rename Attribute afterCount : int to afterEachCount : int in class org.junit.jupiter.engine.TestInstanceLifecycleTests | From | To | |
Rename Attribute afterCount : int to afterAllCount : int in class org.junit.jupiter.engine.TestInstanceLifecycleTests | From | To | |
Rename Attribute beforeCount : int to beforeAllCount : int in class org.junit.jupiter.engine.TestInstanceLifecycleTests | From | To |