78fa0ba24f9f6f29a00bb1bcbb553fa5eecd4075
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public setTestEngineAutoRegistrationEnabled(enabled boolean) : Builder renamed to public enableTestEngineAutoRegistration(enabled boolean) : Builder in class org.junit.platform.launcher.core.LauncherConfig.Builder | From | To | |
Rename Method package addAdditionalTestExecutionListener() : void renamed to package addTestExecutionListeners() : void in class org.junit.platform.launcher.core.LauncherConfigTests | From | To | |
Rename Method public setTestExecutionListenerAutoRegistrationEnabled(enabled boolean) : Builder renamed to public enableTestExecutionListenerAutoRegistration(enabled boolean) : Builder in class org.junit.platform.launcher.core.LauncherConfig.Builder | From | To | |
Rename Method package addAdditionalTestEngine() : void renamed to package addTestEngines() : void in class org.junit.platform.launcher.core.LauncherConfigTests | From | To | |
Rename Class | 1 | ||
Rename Class org.junit.platform.launcher.core.LauncherConfigBuilderTests renamed to org.junit.platform.launcher.core.LauncherConfigTests | From | To | |
Rename Attribute | 2 | ||
Rename Attribute testEngineAutoRegistrationEnabled : boolean to engineAutoRegistrationEnabled : boolean in class org.junit.platform.launcher.core.LauncherConfig.Builder | From | To | |
Rename Attribute testExecutionListenerAutoRegistrationEnabled : boolean to listenerAutoRegistrationEnabled : boolean in class org.junit.platform.launcher.core.LauncherConfig.Builder | From | To | |
Change Variable Type | 1 | ||
Change Variable Type engines : List<TestEngine> to engines : Set<TestEngine> in method public create(config LauncherConfig) : Launcher in class org.junit.platform.launcher.core.LauncherFactory | From | To |