TestDescriptor
-related support classes
intended to be used by test engine implementations and clients of
the launcher.See: Description
Interface | Description |
---|---|
FileSystemSource |
File system based
TestSource . |
UriSource |
A
TestSource that can be represented as a URI . |
Class | Description |
---|---|
AbstractTestDescriptor |
Abstract base implementation of
TestDescriptor that may be used by
custom TestEngines . |
ClasspathResourceSource |
Classpath resource based
TestSource
with an optional position. |
ClassSource |
Java class based
TestSource with an optional
position. |
CompositeTestSource |
A
CompositeTestSource contains one or more TestSources . |
DirectorySource |
Directory based
TestSource . |
EngineDescriptor | |
FilePosition | |
FileSource |
File based
TestSource with an optional
position. |
MethodSource |
Java method based
TestSource . |
PackageSource |
Package based
TestSource . |
TestDescriptor
-related support classes
intended to be used by test engine implementations and clients of
the launcher.