72be67868ab404bc9ddf8f0b72f16e42d9d01588
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable engineDescriptor : EngineDescriptor to testDescriptor : TestDescriptor in method protected executeTests(spec TestPlanSpecification, expectedDescriptorCount int) : TrackingTestExecutionListener in class org.junit.gen5.engine.junit5.AbstractJUnit5TestEngineTestCase | From | To | |
Change Return Type | 2 | ||
Change Return Type void to TestDescriptor in method public discoverTests(specification TestPlanSpecification) : TestDescriptor in class org.junit.gen5.engine.junit5.JUnit5TestEngine | From | To | |
Change Return Type EngineDescriptor to TestDescriptor in method private discoverTests(spec TestPlanSpecification) : TestDescriptor in class org.junit.gen5.engine.junit5.AbstractJUnit5TestEngineTestCase | From | To | |
Change Variable Type | 1 | ||
Change Variable Type engineDescriptor : EngineDescriptor to testDescriptor : TestDescriptor in method protected executeTests(spec TestPlanSpecification, expectedDescriptorCount int) : TrackingTestExecutionListener in class org.junit.gen5.engine.junit5.AbstractJUnit5TestEngineTestCase | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public discoverTests(specification TestPlanSpecification) : TestDescriptor extracted from private discoverTests(spec TestPlanSpecification) : EngineDescriptor in class org.junit.gen5.engine.junit5.AbstractJUnit5TestEngineTestCase & moved to class org.junit.gen5.engine.junit5.stubs.TestEngineStub | From | To |