@API(status=STABLE, since="1.0") public class DirectorySelector extends Object implements DiscoverySelector
DiscoverySelector
that selects a directory so that
TestEngines
can discover tests or containers based on directories in the
file system.Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
File |
getDirectory()
Get the selected directory as a
File . |
Path |
getPath()
|
String |
getRawPath()
Get the selected directory as a raw path.
|
int |
hashCode() |
String |
toString() |
public File getDirectory()
File
.getPath()
,
getRawPath()
public Path getPath()
getDirectory()
,
getRawPath()
public String getRawPath()
getDirectory()
,
getPath()
@API(status=STABLE, since="1.3") public boolean equals(Object o)
@API(status=STABLE, since="1.3") public int hashCode()
Copyright © 2021. All rights reserved.