Module org.junit.platform.engine
Class DirectorySelector
java.lang.Object
org.junit.platform.engine.discovery.DirectorySelector
- All Implemented Interfaces:
DiscoverySelector
@API(status=STABLE,
since="1.0")
public class DirectorySelector
extends Object
implements DiscoverySelector
A
DiscoverySelector
that selects a directory so that
TestEngines
can discover tests or containers based on directories in the
file system.-
Method Details
-
getDirectory
Get the selected directory as aFile
.- See Also:
getPath()
,getRawPath()
-
getPath
- See Also:
getDirectory()
,getRawPath()
-
getRawPath
Get the selected directory as a raw path.- See Also:
getDirectory()
,getPath()
-
equals
-
hashCode
-
toString
-