| AbstractClassNameFilter |
Abstract ClassNameFilter that servers as a superclass
for filters including or excluding fully qualified class names
based on pattern-matching.
|
| ClasspathResourceSelector |
A DiscoverySelector that selects the name of a classpath resource
so that TestEngines can load resources
from the classpath — for example, to load XML or JSON files from the classpath,
potentially within JARs.
|
| ClasspathResourceSelector.IdentifierParser |
|
| ClasspathRootSelector |
A DiscoverySelector that selects a classpath root so that
TestEngines can search for class
files or resources within the physical classpath — for example, to
scan for test classes.
|
| ClasspathRootSelector.IdentifierParser |
|
| ClassSelector |
|
| ClassSelector.IdentifierParser |
|
| DirectorySelector |
|
| DirectorySelector.IdentifierParser |
|
| DiscoverySelectorIdentifierParsers |
|
| DiscoverySelectors |
|
| ExcludeClassNameFilter |
ClassNameFilter that matches fully qualified class names against
patterns in the form of regular expressions.
|
| ExcludePackageNameFilter |
PackageNameFilter that matches fully qualified package names that
are not prefixed by one of the package names provided to the filter.
|
| FilePosition |
Position inside a file represented by line and
column numbers.
|
| FileSelector |
|
| FileSelector.IdentifierParser |
|
| IncludeClassNameFilter |
ClassNameFilter that matches fully qualified class names against
patterns in the form of regular expressions.
|
| IncludePackageNameFilter |
PackageNameFilter that matches fully qualified package names that
are prefixed by one of the package names provided to the filter.
|
| IterationSelector |
A DiscoverySelector that selects the iterations of a parent
DiscoverySelector via their indices so that
TestEngines can discover
a subset of the iterations of tests or containers.
|
| IterationSelector.IdentifierParser |
|
| MethodSelector |
A DiscoverySelector that selects a Method or a combination of
class name, method name, and parameter types so that
TestEngines can discover tests
or containers based on methods.
|
| MethodSelector.IdentifierParser |
|
| ModuleSelector |
|
| ModuleSelector.IdentifierParser |
|
| NestedClassSelector |
A DiscoverySelector that selects a nested Class
or class name enclosed in other classes so that
TestEngines can discover
tests or containers based on classes.
|
| NestedClassSelector.IdentifierParser |
|
| NestedMethodSelector |
A DiscoverySelector that selects a nested Method or a
combination of enclosing class names, class name, method name, and parameter
types so that TestEngines can
discover tests or containers based on methods.
|
| NestedMethodSelector.IdentifierParser |
|
| PackageSelector |
|
| PackageSelector.IdentifierParser |
|
| UniqueIdSelector |
|
| UniqueIdSelector.IdentifierParser |
|
| UriSelector |
|
| UriSelector.IdentifierParser |
|