Uses of Class
org.junit.platform.engine.discovery.UniqueIdSelector
Packages that use UniqueIdSelector
Package
Description
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 UniqueIdSelectorModifier and TypeMethodDescriptionstatic 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 UniqueIdSelectorModifier and TypeMethodDescriptiondefault SelectorResolver.Resolution
SelectorResolver.resolve(UniqueIdSelector selector, SelectorResolver.Context context)
Resolve the suppliedUniqueIdSelector
using the suppliedContext
.