|
Rename Method private synthesizeBeforeEachCallback(registry ExtensionRegistry, method Method) : BeforeEachCallback renamed to private synthesizeBeforeEachMethodAdapter(registry ExtensionRegistry, method Method) : BeforeEachMethodAdapter in class org.junit.gen5.engine.junit5.descriptor.ClassTestDescriptor |
From |
To |
|
Rename Method private registerAfterEachMethods(extensionRegistry ExtensionRegistry) : void renamed to private registerAfterEachMethodAdapters(extensionRegistry ExtensionRegistry) : void in class org.junit.gen5.engine.junit5.descriptor.ClassTestDescriptor |
From |
To |
|
Rename Method private registerBeforeEachMethods(extensionRegistry ExtensionRegistry) : void renamed to private registerBeforeEachMethodAdapters(extensionRegistry ExtensionRegistry) : void in class org.junit.gen5.engine.junit5.descriptor.ClassTestDescriptor |
From |
To |
|
Rename Method private synthesizeBeforeAllCallback(registry ExtensionRegistry, method Method) : BeforeAllCallback renamed to private synthesizeBeforeAllMethodAdapter(registry ExtensionRegistry, method Method) : BeforeAllMethodAdapter in class org.junit.gen5.engine.junit5.descriptor.ClassTestDescriptor |
From |
To |
|
Rename Method private registerAfterAllMethods(extensionRegistry ExtensionRegistry) : void renamed to private registerAfterAllMethodAdapters(extensionRegistry ExtensionRegistry) : void in class org.junit.gen5.engine.junit5.descriptor.ClassTestDescriptor |
From |
To |
|
Rename Method private synthesizeAfterAllCallback(registry ExtensionRegistry, method Method) : AfterAllCallback renamed to private synthesizeAfterAllMethodAdapter(registry ExtensionRegistry, method Method) : AfterAllMethodAdapter in class org.junit.gen5.engine.junit5.descriptor.ClassTestDescriptor |
From |
To |
|
Rename Method private registerBeforeAllMethods(extensionRegistry ExtensionRegistry) : void renamed to private registerBeforeAllMethodAdapters(extensionRegistry ExtensionRegistry) : void in class org.junit.gen5.engine.junit5.descriptor.ClassTestDescriptor |
From |
To |
|
Rename Method private synthesizeAfterEachCallback(registry ExtensionRegistry, method Method) : AfterEachCallback renamed to private synthesizeAfterEachMethodAdapter(registry ExtensionRegistry, method Method) : AfterEachMethodAdapter in class org.junit.gen5.engine.junit5.descriptor.ClassTestDescriptor |
From |
To |
|
Change Return Type BeforeAllCallback to BeforeAllMethodAdapter in method private synthesizeBeforeAllMethodAdapter(registry ExtensionRegistry, method Method) : BeforeAllMethodAdapter in class org.junit.gen5.engine.junit5.descriptor.ClassTestDescriptor |
From |
To |
|
Change Return Type BeforeEachCallback to BeforeEachMethodAdapter in method private synthesizeBeforeEachMethodAdapter(registry ExtensionRegistry, method Method) : BeforeEachMethodAdapter in class org.junit.gen5.engine.junit5.descriptor.ClassTestDescriptor |
From |
To |
|
Change Return Type AfterAllCallback to AfterAllMethodAdapter in method private synthesizeAfterAllMethodAdapter(registry ExtensionRegistry, method Method) : AfterAllMethodAdapter in class org.junit.gen5.engine.junit5.descriptor.ClassTestDescriptor |
From |
To |
|
Change Return Type AfterEachCallback to AfterEachMethodAdapter in method private synthesizeAfterEachMethodAdapter(registry ExtensionRegistry, method Method) : AfterEachMethodAdapter in class org.junit.gen5.engine.junit5.descriptor.ClassTestDescriptor |
From |
To |