| Package | Description |
|---|---|
| org.junit.platform.engine.support.descriptor |
TestDescriptor-related support classes
intended to be used by test engine implementations and clients of
the launcher. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FileSystemSource
File system based
TestSource. |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
DefaultUriSource
Default implementation of
UriSource. |
class |
DirectorySource
Directory based
TestSource. |
class |
FileSource
File based
TestSource with an optional
position. |
| Modifier and Type | Method and Description |
|---|---|
static UriSource |
UriSource.from(java.net.URI uri)
Create a new
UriSource using the supplied URI. |