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.
|
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.
|
ClassSelector |
|
DirectorySelector |
|
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.
|
FileSelector |
|
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.
|
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.
|
ModuleSelector |
|
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.
|
NestedMethodSelector |
A DiscoverySelector that selects a nested Method
or a combination of enclosing classes names, class name, method
name, and parameter types so that
TestEngines can discover
tests or containers based on methods.
|
PackageSelector |
|
UniqueIdSelector |
|
UriSelector |
|