public static class TestClasses.SpecificClasses extends TestClasses implements Serializable
TestClasses instance that uses a fixed set of Classes
as the set of tests to execute.TestClasses.AlwaysRunFilter, TestClasses.ClassPathClasses, TestClasses.IncludeExcludePredicate, TestClasses.SpecificClasses, TestClasses.TestFilter, TestClasses.TestMatcher| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
Set<Class<?>> |
resolveTestClasses()
|
String |
toString() |
empty, exclude, from, getCollectorClass, getTestClassPredicate, getTestFilter, include, ofpublic 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.