Package | Description |
---|---|
org.junit.platform.engine.discovery | |
org.junit.platform.engine.support.discovery |
Configurable test discovery implementation that can be reused by different test engines.
|
Modifier and Type | Method and Description |
---|---|
static FileSelector |
DiscoverySelectors.selectFile(java.io.File file)
Create a
FileSelector for the supplied file. |
static FileSelector |
DiscoverySelectors.selectFile(java.lang.String path)
Create a
FileSelector for the supplied file path. |
Modifier and Type | Method and Description |
---|---|
default SelectorResolver.Resolution |
SelectorResolver.resolve(FileSelector selector,
SelectorResolver.Context context)
Resolve the supplied
FileSelector using the supplied
Context . |