Uses of Class
org.junit.platform.engine.discovery.UniqueIdSelector
-
Packages that use UniqueIdSelector Package Description org.junit.platform.engine.discovery org.junit.platform.engine.support.discovery Configurable test discovery implementation that can be reused by different test engines. -
-
Uses of UniqueIdSelector in org.junit.platform.engine.discovery
Methods in org.junit.platform.engine.discovery that return UniqueIdSelector Modifier and Type Method Description static UniqueIdSelector
DiscoverySelectors. selectUniqueId(String uniqueId)
Create aUniqueIdSelector
for the supplied unique ID.static UniqueIdSelector
DiscoverySelectors. selectUniqueId(UniqueId uniqueId)
Create aUniqueIdSelector
for the suppliedUniqueId
. -
Uses of UniqueIdSelector in org.junit.platform.engine.support.discovery
Methods in org.junit.platform.engine.support.discovery with parameters of type UniqueIdSelector Modifier and Type Method Description default SelectorResolver.Resolution
SelectorResolver. resolve(UniqueIdSelector selector, SelectorResolver.Context context)
Resolve the suppliedUniqueIdSelector
using the suppliedContext
.
-