2e1ad2e7fc7fbc71b12027f9777bbbd2a7a8667a
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type testPlanConfiguration : TestPlanConfiguration to testPlanSpecification : TestPlanSpecification in method private fetchTestClasses(testPlanSpecification TestPlanSpecification) : List<Class<?>> in class org.junit.gen5.engine.junit5.JUnit5TestEngine | From | To | |
Change Parameter Type configuration : TestPlanConfiguration to specification : TestPlanSpecification in method public createTestPlanWithConfiguration(specification TestPlanSpecification) : TestPlan in class org.junit.gen5.launcher.Launcher | From | To | |
Change Parameter Type configuration : TestPlanConfiguration to specification : TestPlanSpecification in method public discoverTests(specification TestPlanSpecification) : List<TestDescriptor> in class org.junit.gen5.engine.junit5.JUnit5TestEngine | From | To | |
Rename Class | 2 | ||
Rename Class org.junit.gen5.engine.TestPlanConfigurationBuilderTests renamed to org.junit.gen5.engine.TestPlanSpecificationBuilderTests | From | To | |
Rename Class org.junit.gen5.engine.TestPlanConfiguration renamed to org.junit.gen5.engine.TestPlanSpecification | From | To | |
Change Variable Type | 1 | ||
Change Variable Type testPlanConfiguration : TestPlanConfiguration to testPlanConfiguration : TestPlanSpecification in method public main(args String[]) : void in class com.example.Console | From | To | |
Rename Parameter | 3 | ||
Rename Parameter configuration : TestPlanConfiguration to specification : TestPlanSpecification in method public discoverTests(specification TestPlanSpecification) : List<TestDescriptor> in class org.junit.gen5.engine.junit5.JUnit5TestEngine | From | To | |
Rename Parameter testPlanConfiguration : TestPlanConfiguration to testPlanSpecification : TestPlanSpecification in method private fetchTestClasses(testPlanSpecification TestPlanSpecification) : List<Class<?>> in class org.junit.gen5.engine.junit5.JUnit5TestEngine | From | To | |
Rename Parameter configuration : TestPlanConfiguration to specification : TestPlanSpecification in method public createTestPlanWithConfiguration(specification TestPlanSpecification) : TestPlan in class org.junit.gen5.launcher.Launcher | From | To |