Package | Description |
---|---|
org.junit.jupiter.engine.descriptor |
Test descriptors used within the JUnit Jupiter test engine.
|
org.junit.platform.engine.support.descriptor |
TestDescriptor -related support classes
intended to be used by test engine implementations and clients of
the launcher. |
org.junit.vintage.engine.descriptor |
Test descriptors used within the JUnit Vintage test engine.
|
Class and Description |
---|
AbstractTestDescriptor
Abstract base implementation of
TestDescriptor that may be used by
custom TestEngines . |
EngineDescriptor |
Class and 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 . |
FilePosition |
FileSource
File based
TestSource with an optional
position. |
FileSystemSource
File system based
TestSource . |
MethodSource
Java method based
TestSource . |
PackageSource
Package based
TestSource . |
UriSource
A
TestSource that can be represented as a URI . |
Class and Description |
---|
AbstractTestDescriptor
Abstract base implementation of
TestDescriptor that may be used by
custom TestEngines . |