|
Move Method public forPackages(packageNames Collection<String>) : List<TestPlanSpecificationElement> from class org.junit.gen5.engine.TestPlanSpecification to public forPackages(packageNames Collection<String>) : List<TestPlanSpecificationElement> from class org.junit.gen5.engine.dsl.PackageTestPlanSpecificationElementBuilder |
From |
To |
|
Move Method public forMethod(testClass Class<?>, testMethod Method) : TestPlanSpecificationElement from class org.junit.gen5.engine.TestPlanSpecification to public forMethod(testClass Class<?>, testMethod Method) : MethodSpecification from class org.junit.gen5.engine.dsl.MethodTestPlanSpecificationElementBuilder |
From |
To |
|
Move Method private forNames(classNames Stream<String>) : List<TestPlanSpecificationElement> from class org.junit.gen5.engine.TestPlanSpecification to public forNames(classNames Collection<String>) : List<TestPlanSpecificationElement> from class org.junit.gen5.engine.dsl.NamedTestPlanSpecificationElementBuilder |
From |
To |
|
Move Method public allTests(rootDirectories Set<File>) : List<TestPlanSpecificationElement> from class org.junit.gen5.engine.TestPlanSpecification to public allTests(rootDirectories Set<File>) : List<TestPlanSpecificationElement> from class org.junit.gen5.engine.dsl.ClasspathTestPlanSpecificationElementBuilder |
From |
To |
|
Move Method public excludeTags(includeTags List<String>) : Predicate<TestDescriptor> from class org.junit.gen5.engine.TestPlanSpecification to public excludeTags(includeTags List<String>) : Predicate<TestDescriptor> from class org.junit.gen5.engine.dsl.TagFilterBuilder |
From |
To |
|
Move Method public forNames(classNames Collection<String>) : List<TestPlanSpecificationElement> from class org.junit.gen5.engine.TestPlanSpecification to public forNames(classNames Collection<String>) : List<TestPlanSpecificationElement> from class org.junit.gen5.engine.dsl.NamedTestPlanSpecificationElementBuilder |
From |
To |
|
Move Method public forName(anyName String) : TestPlanSpecificationElement from class org.junit.gen5.engine.TestPlanSpecification to public forName(anyName String) : TestPlanSpecificationElement from class org.junit.gen5.engine.dsl.NamedTestPlanSpecificationElementBuilder |
From |
To |
|
Move Method public forPackage(packageName String) : TestPlanSpecificationElement from class org.junit.gen5.engine.TestPlanSpecification to public forPackage(packageName String) : TestPlanSpecificationElement from class org.junit.gen5.engine.dsl.PackageTestPlanSpecificationElementBuilder |
From |
To |
|
Move Method public forClass(testClass Class<?>) : TestPlanSpecificationElement from class org.junit.gen5.engine.TestPlanSpecification to public forClass(testClass Class<?>) : ClassSpecification from class org.junit.gen5.engine.dsl.ClassTestPlanSpecificationElementBuilder |
From |
To |
|
Move Method public excludeTags(tagNames String...) : Predicate<TestDescriptor> from class org.junit.gen5.engine.TestPlanSpecification to public excludeTags(tagNames String...) : Predicate<TestDescriptor> from class org.junit.gen5.engine.dsl.TagFilterBuilder |
From |
To |
|
Move Method public forUniqueId(uniqueId String) : TestPlanSpecificationElement from class org.junit.gen5.engine.TestPlanSpecification to public forUniqueId(uniqueId String) : TestPlanSpecificationElement from class org.junit.gen5.engine.dsl.UniqueIdTestPlanSpecificationElementBuilder |
From |
To |