fc5ff8d87c124e43601f64da76668e516758a74a
Files Diff
- Added: 4
- Removed: 3
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable myContext : JUnit5Context to newContext : JUnit5Context in method public execute(context JUnit5Context) : JUnit5Context in class org.junit.gen5.engine.junit5.descriptor.MethodTestDescriptor | From | To | |
Move Class | 3 | ||
Move Class org.junit.gen5.engine.junit5.TestInstanceProvider moved to org.junit.gen5.engine.junit5.execution.TestInstanceProvider | From | To | |
Move Class org.junit.gen5.engine.junit5.JUnit5Context moved to org.junit.gen5.engine.junit5.execution.JUnit5Context | From | To | |
Move Class org.junit.gen5.engine.junit5.BeforeEachCallback moved to org.junit.gen5.engine.junit5.execution.BeforeEachCallback | From | To | |
Inline Variable | 1 | ||
Inline Variable provider : TestInstanceProvider in method public execute(context JUnit5Context) : JUnit5Context from class org.junit.gen5.engine.junit5.descriptor.MethodTestDescriptor | From | To | |
Extract Method | 1 | ||
Extract Method private invokeTestMethod(myContext JUnit5Context, testExtensionContext TestExtensionContext) : Optional<Throwable> extracted from public execute(context JUnit5Context) : JUnit5Context in class org.junit.gen5.engine.junit5.descriptor.MethodTestDescriptor | From | To |