protected static class TestClasses.ClassPathClasses extends TestClasses implements Serializable
TestClasses instance that resolves test classes
from a specific ClassPath instance.TestClasses.AlwaysRunFilter, TestClasses.ClassPathClasses, TestClasses.IncludeExcludePredicate, TestClasses.SpecificClasses, TestClasses.TestFilter, TestClasses.TestMatcher| Constructor and Description |
|---|
ClassPathClasses(ClassPath classPath)
Create a
TestClasses.ClassPathClasses instance that will resolve test
classes from the specified ClassPath instance. |
| Modifier and Type | Method and Description |
|---|---|
Set<Class<?>> |
resolveTestClasses()
|
empty, exclude, from, getCollectorClass, getTestClassPredicate, getTestFilter, include, ofpublic ClassPathClasses(ClassPath classPath)
TestClasses.ClassPathClasses instance that will resolve test
classes from the specified ClassPath instance.classPath - the ClassPath to use to resolve test classespublic Set<Class<?>> resolveTestClasses()
TestClassesSet of Classes to test.
The classes returned will be determined by any include and exclude patterns.
resolveTestClasses in class TestClassesSet of Classes to testCopyright © 2017. All rights reserved.