Uses of Class
org.junit.platform.engine.discovery.FileSelector
-
Packages that use FileSelector Package Description org.junit.platform.engine.discovery -
-
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.lang.String path)
Create aFileSelector
for the supplied file path.
-