5885fa61675a2a1a04ca7c81e95d26d1a098d635
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public executeTestsFromFromClasses() : void renamed to public executeTestsForClassName() : void in class org.junit.gen5.engine.junit5.JUnit5TestEngineTests | From | To | |
| Rename Method public executeTestFromUniqueId() : void renamed to public executeTestForUniqueId() : void in class org.junit.gen5.engine.junit5.JUnit5TestEngineTests | From | To | |
| Rename Method public executeTestFromUniqueIdWithExceptionThrownInAfterMethod() : void renamed to public executeTestForUniqueIdWithExceptionThrownInAfterMethod() : void in class org.junit.gen5.engine.junit5.JUnit5TestEngineTests | From | To | |
| Move Class | 1 | ||
| Move Class org.junit.gen5.engine.junit5.JUnit5TestEngineTests.TrackingTestExecutionListener moved to org.junit.gen5.engine.junit5.TrackingTestExecutionListener | From | To | |
| Extract Method | 4 | ||
| Extract Method private executeTests(spec TestPlanSpecification, expectedDescriptorCount int) : TrackingTestExecutionListener extracted from public executeTestFromUniqueId() : void in class org.junit.gen5.engine.junit5.JUnit5TestEngineTests | From | To | |
| Extract Method private executeTests(spec TestPlanSpecification, expectedDescriptorCount int) : TrackingTestExecutionListener extracted from public executeTestFromUniqueIdWithExceptionThrownInAfterMethod() : void in class org.junit.gen5.engine.junit5.JUnit5TestEngineTests | From | To | |
| Extract Method private executeTests(spec TestPlanSpecification, expectedDescriptorCount int) : TrackingTestExecutionListener extracted from public executeTestsFromFromClasses() : void in class org.junit.gen5.engine.junit5.JUnit5TestEngineTests | From | To | |
| Extract Method private executeTests(spec TestPlanSpecification, expectedDescriptorCount int) : TrackingTestExecutionListener extracted from public executeCompositeTestPlanSpecification() : void in class org.junit.gen5.engine.junit5.JUnit5TestEngineTests | From | To |