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(File file)
Create a
FileSelector for the supplied file. |
static FileSelector |
DiscoverySelectors.selectFile(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 . |
Copyright © 2019. All rights reserved.