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. |
| JavaSource |
Marker interface for
TestSources that are based on
elements of the Java language. |
| 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. |
| CompositeTestSource |
A
CompositeTestSource contains one or more TestSources. |
| DirectorySource |
Directory based
TestSource. |
| EngineDescriptor | |
| FilePosition | |
| FileSource |
File based
TestSource with an optional
position. |
| JavaClassSource |
Java class based
TestSource. |
| JavaMethodSource |
Java method based
TestSource. |
| JavaPackageSource |
Java package based
TestSource. |
TestDescriptor-related support classes
intended to be used by test engine implementations and clients of
the launcher.