Uses of Class
org.junit.platform.engine.discovery.FileSelector
-
Packages that use FileSelector 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.org.junit.platform.suite.commons Common support utilities for executing test suites on the JUnit Platform. -
-
Uses of FileSelector in org.junit.platform.engine.discovery
Methods in org.junit.platform.engine.discovery that return FileSelector Modifier and Type Method Description static FileSelector
DiscoverySelectors. selectFile(java.io.File file)
Create aFileSelector
for the supplied file.static FileSelector
DiscoverySelectors. selectFile(java.io.File file, FilePosition position)
Create aFileSelector
for the supplied file.static FileSelector
DiscoverySelectors. selectFile(java.lang.String path)
Create aFileSelector
for the supplied file path.static FileSelector
DiscoverySelectors. selectFile(java.lang.String path, FilePosition position)
Create aFileSelector
for the supplied file path. -
Uses of FileSelector in org.junit.platform.engine.support.discovery
Methods in org.junit.platform.engine.support.discovery with parameters of type FileSelector Modifier and Type Method Description default SelectorResolver.Resolution
SelectorResolver. resolve(FileSelector selector, SelectorResolver.Context context)
Resolve the suppliedFileSelector
using the suppliedContext
. -
Uses of FileSelector in org.junit.platform.suite.commons
Methods in org.junit.platform.suite.commons that return FileSelector Modifier and Type Method Description (package private) static FileSelector
AdditionalDiscoverySelectors. selectFile(java.lang.String path, int line, int column)
-