a6db02bf363f6a51e7f93ac46bbe330da214e4e1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable adapter : BeforeEachMethodAdapter to callback : T in method private invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(context JupiterEngineExecutionContext, generator BiFunction<TestExtensionContext,T,Executable>, type Class<T>) : void in class org.junit.jupiter.engine.descriptor.MethodTestDescriptor | From | To | |
Change Variable Type | 3 | ||
Change Variable Type adapter : BeforeEachMethodAdapter to callback : T in method private invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(context JupiterEngineExecutionContext, generator BiFunction<TestExtensionContext,T,Executable>, type Class<T>) : void in class org.junit.jupiter.engine.descriptor.MethodTestDescriptor | From | To | |
Change Variable Type callback : BeforeTestExecutionCallback to callback : T in method private invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(context JupiterEngineExecutionContext, generator BiFunction<TestExtensionContext,T,Executable>, type Class<T>) : void in class org.junit.jupiter.engine.descriptor.MethodTestDescriptor | From | To | |
Change Variable Type callback : BeforeEachCallback to callback : T in method private invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(context JupiterEngineExecutionContext, generator BiFunction<TestExtensionContext,T,Executable>, type Class<T>) : void in class org.junit.jupiter.engine.descriptor.MethodTestDescriptor | From | To | |
Extract Method | 3 | ||
Extract Method private invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(context JupiterEngineExecutionContext, generator BiFunction<TestExtensionContext,T,Executable>, type Class<T>) : void extracted from private invokeBeforeTestExecutionCallbacks(context JupiterEngineExecutionContext) : void in class org.junit.jupiter.engine.descriptor.MethodTestDescriptor | From | To | |
Extract Method private invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(context JupiterEngineExecutionContext, generator BiFunction<TestExtensionContext,T,Executable>, type Class<T>) : void extracted from private invokeBeforeEachMethods(context JupiterEngineExecutionContext) : void in class org.junit.jupiter.engine.descriptor.MethodTestDescriptor | From | To | |
Extract Method private invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(context JupiterEngineExecutionContext, generator BiFunction<TestExtensionContext,T,Executable>, type Class<T>) : void extracted from private invokeBeforeEachCallbacks(context JupiterEngineExecutionContext) : void in class org.junit.jupiter.engine.descriptor.MethodTestDescriptor | From | To |