| 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 |
|
| FilePosition |
Position inside a file represented by line and
column numbers.
|
| FileSelector |
|
| 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 |
|