156d244638005cdb0c0e82ee8e6fa987d6092b90
Files Diff
- Added: 20
- Removed: 19
- Renamed: 0
- Modified: 34
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type desciptorFilter : Predicate<TestDescriptor> to desciptorFilter : DescriptorFilter in method public addDescriptorFilter(desciptorFilter DescriptorFilter) : void in class org.junit.gen5.engine.TestPlanSpecification | From | To | |
Change Parameter Type desciptorFilters : Collection<Predicate<TestDescriptor>> to desciptorFilters : Collection<DescriptorFilter> in method public addDescriptorFilters(desciptorFilters Collection<DescriptorFilter>) : void in class org.junit.gen5.engine.TestPlanSpecification | From | To | |
Change Return Type | 5 | ||
Change Return Type Predicate<TestDescriptor> to DescriptorFilter in method public excludeTags(includeTags List<String>) : DescriptorFilter in class org.junit.gen5.engine.specification.dsl.TagFilterBuilder | From | To | |
Change Return Type Predicate<TestDescriptor> to DescriptorFilter in method public excludeTags(tagNames String...) : DescriptorFilter in class org.junit.gen5.engine.specification.dsl.TagFilterBuilder | From | To | |
Change Return Type Predicate<TestDescriptor> to DescriptorFilter in method public includeTags(includeTags List<String>) : DescriptorFilter in class org.junit.gen5.engine.specification.dsl.TagFilterBuilder | From | To | |
Change Return Type Predicate<TestDescriptor> to DescriptorFilter in method public filterByEngineId(engineId String) : DescriptorFilter in class org.junit.gen5.engine.specification.dsl.EngineFilterBuilder | From | To | |
Change Return Type Predicate<TestDescriptor> to DescriptorFilter in method public includeTags(tagNames String...) : DescriptorFilter in class org.junit.gen5.engine.specification.dsl.TagFilterBuilder | From | To | |
Move Class | 19 | ||
Move Class org.junit.gen5.engine.ClassNameFilter moved to org.junit.gen5.engine.specification.ClassNameFilter | From | To | |
Move Class org.junit.gen5.engine.dsl.NamedTestPlanSpecificationElementBuilder moved to org.junit.gen5.engine.specification.dsl.NamedTestPlanSpecificationElementBuilder | From | To | |
Move Class org.junit.gen5.engine.ClassSpecification moved to org.junit.gen5.engine.specification.ClassSpecification | From | To | |
Move Class org.junit.gen5.engine.PredicateBasedClassFilter moved to org.junit.gen5.engine.specification.PredicateBasedClassFilter | From | To | |
Move Class org.junit.gen5.engine.dsl.MethodTestPlanSpecificationElementBuilder moved to org.junit.gen5.engine.specification.dsl.MethodTestPlanSpecificationElementBuilder | From | To | |
Move Class org.junit.gen5.engine.UniqueIdSpecification moved to org.junit.gen5.engine.specification.UniqueIdSpecification | From | To | |
Move Class org.junit.gen5.engine.AllTestsSpecification moved to org.junit.gen5.engine.specification.AllTestsSpecification | From | To | |
Move Class org.junit.gen5.engine.dsl.ClassFilterBuilder moved to org.junit.gen5.engine.specification.dsl.ClassFilterBuilder | From | To | |
Move Class org.junit.gen5.engine.dsl.ClassTestPlanSpecificationElementBuilder moved to org.junit.gen5.engine.specification.dsl.ClassTestPlanSpecificationElementBuilder | From | To | |
Move Class org.junit.gen5.engine.dsl.MethodConfig moved to org.junit.gen5.engine.specification.dsl.MethodTestPlanSpecificationElementBuilder.MethodConfig | From | To | |
Move Class org.junit.gen5.engine.ClassFilters moved to org.junit.gen5.engine.specification.dsl.ClassFilters | From | To | |
Move Class org.junit.gen5.engine.dsl.EngineFilterBuilder moved to org.junit.gen5.engine.specification.dsl.EngineFilterBuilder | From | To | |
Move Class org.junit.gen5.engine.PackageSpecification moved to org.junit.gen5.engine.specification.PackageSpecification | From | To | |
Move Class org.junit.gen5.engine.dsl.ClasspathTestPlanSpecificationElementBuilder moved to org.junit.gen5.engine.specification.dsl.ClasspathTestPlanSpecificationElementBuilder | From | To | |
Move Class org.junit.gen5.engine.dsl.PackageTestPlanSpecificationElementBuilder moved to org.junit.gen5.engine.specification.dsl.PackageTestPlanSpecificationElementBuilder | From | To | |
Move Class org.junit.gen5.engine.dsl.UniqueIdTestPlanSpecificationElementBuilder moved to org.junit.gen5.engine.specification.dsl.UniqueIdTestPlanSpecificationElementBuilder | From | To | |
Move Class org.junit.gen5.engine.MethodSpecification moved to org.junit.gen5.engine.specification.MethodSpecification | From | To | |
Move Class org.junit.gen5.engine.dsl.TagFilterBuilder moved to org.junit.gen5.engine.specification.dsl.TagFilterBuilder | From | To | |
Move Class org.junit.gen5.engine.dsl.TestPlanSpecificationBuilder moved to org.junit.gen5.engine.specification.dsl.TestPlanSpecificationBuilder | From | To | |
Change Variable Type | 3 | ||
Change Variable Type excludeTagsFilter : Predicate<TestDescriptor> to excludeTagsFilter : DescriptorFilter in method private addExcludeTagsFilter(plan TestPlanSpecification) : void in class org.junit.gen5.junit4.runner.JUnit5 | From | To | |
Change Variable Type engineFilter : Predicate<TestDescriptor> to engineFilter : DescriptorFilter in method private addEngineIdFilter(plan TestPlanSpecification) : void in class org.junit.gen5.junit4.runner.JUnit5 | From | To | |
Change Variable Type tagNamesFilter : Predicate<TestDescriptor> to tagNamesFilter : DescriptorFilter in method private addIncludeTagsFilter(plan TestPlanSpecification) : void in class org.junit.gen5.junit4.runner.JUnit5 | From | To | |
Extract Variable | 1 | ||
Extract Variable filter : List<ClassFilter> in method public convertsClassnameFilterOption() : void from class org.junit.gen5.console.tasks.TestPlanSpecificationCreatorTests | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type descriptorFilters : List<Predicate<TestDescriptor>> to descriptorFilters : List<DescriptorFilter> in class org.junit.gen5.engine.TestPlanSpecification | From | To |