Class UniqueIdSelector
- java.lang.Object
-
- org.junit.platform.engine.discovery.UniqueIdSelector
-
- All Implemented Interfaces:
DiscoverySelector
@API(status=STABLE, since="1.0") public class UniqueIdSelector extends java.lang.Object implements DiscoverySelector
ADiscoverySelector
that selects aUniqueId
so thatTestEngines
can discover tests or containers based on unique IDs.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UniqueId
getUniqueId()
Get the selectedUniqueId
.java.lang.String
toString()
-