Uses of Class
org.junit.platform.engine.discovery.UniqueIdSelector
-
Packages that use UniqueIdSelector Package Description org.junit.jupiter.engine.discovery Internal classes for test discovery within the JUnit Jupiter test engine.org.junit.platform.engine.discovery org.junit.platform.engine.support.discovery Configurable test discovery implementation that can be reused by different test engines.org.junit.vintage.engine.discovery Internal classes for test discovery within the JUnit Vintage test engine. -
-
Uses of UniqueIdSelector in org.junit.jupiter.engine.discovery
Methods in org.junit.jupiter.engine.discovery with parameters of type UniqueIdSelector Modifier and Type Method Description SelectorResolver.Resolution
ClassSelectorResolver. resolve(UniqueIdSelector selector, SelectorResolver.Context context)
SelectorResolver.Resolution
MethodSelectorResolver. resolve(UniqueIdSelector selector, SelectorResolver.Context context)
-
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(java.lang.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
.private java.util.Optional<SelectorResolver.Resolution>
EngineDiscoveryRequestResolution. resolveUniqueId(UniqueIdSelector selector)
-
Uses of UniqueIdSelector in org.junit.vintage.engine.discovery
Methods in org.junit.vintage.engine.discovery with parameters of type UniqueIdSelector Modifier and Type Method Description SelectorResolver.Resolution
ClassSelectorResolver. resolve(UniqueIdSelector selector, SelectorResolver.Context context)
SelectorResolver.Resolution
MethodSelectorResolver. resolve(UniqueIdSelector selector, SelectorResolver.Context context)
-