| Class | Description |
|---|---|
| TestClasses |
An option representing a set of test
Classes. |
| TestClasses.AlwaysRunFilter |
A JUnit test
Filter that always matches everything. |
| TestClasses.ClassPathClasses |
A
TestClasses instance that resolves test classes
from a specific ClassPath instance. |
| TestClasses.IncludeExcludePredicate |
A
Predicate that uses an inner predicate as well as this TestClasses
include and exclude patterns to filter Class files. |
| TestClasses.SpecificClasses |
A
TestClasses instance that uses a fixed set of Classes
as the set of tests to execute. |
| TestClasses.TestFilter |
A JUnit test
Filter that filters test Class
names and method names based on the set of included and
excluded TestClasses.TestMatchers. |
| TestClasses.TestMatcher |
A class that matches a class and method name
based on a pair of regular expressions.
|
| Tests |
An option representing an immutable collection of
TestClasses. |
Copyright © 2017. All rights reserved.