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 |
Class based
TestSource with
an optional file position. |
CompositeTestSource |
A
CompositeTestSource contains one or more TestSources . |
DefaultUriSource |
Default implementation of
UriSource . |
DirectorySource |
Directory based
TestSource . |
EngineDescriptor | |
FilePosition | |
FileSource |
File based
TestSource with an optional
position. |
MethodSource |
Method based
TestSource . |
PackageSource |
Package based
TestSource . |
ResourceUtils |
Collection of static utility methods for working with resources.
|
TestDescriptor
-related support classes
intended to be used by test engine implementations and clients of
the launcher.