77f7820ffc9ec56f3e6ec88c9bb1f5b77445a25d
Files Diff
- Added: 4
- Removed: 4
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public uniqueIdForDynamicMethod(clazz Class<?>, methodPart String) : UniqueId renamed to public uniqueIdForTestFactoryMethod(clazz Class<?>, methodPart String) : UniqueId in class org.junit.gen5.engine.junit5.discovery.JUnit5UniqueIdBuilder | From | To | |
Rename Method public dynamicTestMethodIsCorrectlyDiscoveredForMethodSelector() : void renamed to public testFactoryMethodIsCorrectlyDiscoveredForMethodSelector() : void in class org.junit.gen5.engine.junit5.DynamicTestGenerationTests | From | To | |
Rename Method public dynamicTestMethodsAreCorrectlyDiscoveredForClassSelector() : void renamed to public testFactoryMethodsAreCorrectlyDiscoveredForClassSelector() : void in class org.junit.gen5.engine.junit5.DynamicTestGenerationTests | From | To | |
Rename Variable | 1 | ||
Rename Variable dynamicMethodResult : Object to testFactoryMethodResult : Object in method protected invokeTestMethod(context JUnit5EngineExecutionContext, testExtensionContext TestExtensionContext, throwableCollector ThrowableCollector) : void in class org.junit.gen5.engine.junit5.descriptor.TestFactoryTestDescriptor | From | To | |
Rename Class | 3 | ||
Rename Class org.junit.gen5.engine.junit5.discovery.IsDynamicTestMethod renamed to org.junit.gen5.engine.junit5.discovery.IsTestFactoryMethod | From | To | |
Rename Class org.junit.gen5.engine.junit5.descriptor.DynamicMethodTestDescriptor renamed to org.junit.gen5.engine.junit5.descriptor.TestFactoryTestDescriptor | From | To | |
Rename Class org.junit.gen5.engine.junit5.discovery.DynamicTestMethodResolver renamed to org.junit.gen5.engine.junit5.discovery.TestFactoryMethodResolver | From | To | |
Rename Attribute | 1 | ||
Rename Attribute isDynamicTestMethod : IsDynamicTestMethod to IS_TEST_FACTORY_METHOD : IsTestFactoryMethod in class org.junit.gen5.engine.junit5.discovery.IsTestClassWithTests | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type isDynamicTestMethod : IsDynamicTestMethod to IS_TEST_FACTORY_METHOD : IsTestFactoryMethod in class org.junit.gen5.engine.junit5.discovery.IsTestClassWithTests | From | To | |
Rename Parameter | 1 | ||
Rename Parameter dynamicMethodResult : Object to testFactoryMethodResult : Object in method private toDynamicTestStream(testFactoryMethodResult Object) : Stream<? extends DynamicTest> in class org.junit.gen5.engine.junit5.descriptor.TestFactoryTestDescriptor | From | To |