Class UriSelector
- java.lang.Object
-
- org.junit.platform.engine.discovery.UriSelector
-
- All Implemented Interfaces:
DiscoverySelector
@API(status=STABLE, since="1.0") public class UriSelector extends java.lang.Object implements DiscoverySelector
ADiscoverySelector
that selects aURI
so thatTestEngines
can discover tests or containers based on URIs.- Since:
- 1.0
- See Also:
FileSelector
,DirectorySelector
,UriSource
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.URI
getUri()
Get the selectedURI
.java.lang.String
toString()
-