@API(status=STABLE, since="1.0") public class UriSelector extends java.lang.Object implements DiscoverySelector
DiscoverySelector
that selects a URI
so that
TestEngines
can discover tests or containers based on URIs.FileSelector
,
DirectorySelector
,
UriSource
Modifier and Type | Field and Description |
---|---|
private java.net.URI |
uri |
Constructor and Description |
---|
UriSelector(java.net.URI uri) |
Modifier and Type | Method and Description |
---|---|
java.net.URI |
getUri()
Get the selected
URI . |
java.lang.String |
toString() |