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 Object implements DiscoverySelector
ADiscoverySelector
that selects aUniqueId
so thatTestEngines
can discover tests or containers based on unique IDs.- Since:
- 1.0
- See Also:
DiscoverySelectors.selectUniqueId(String)
,DiscoverySelectors.selectUniqueId(UniqueId)
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
UniqueId
getUniqueId()
Get the selectedUniqueId
.int
hashCode()
String
toString()
-