Uses of Class
org.junit.platform.engine.discovery.UniqueIdSelector
Packages that use UniqueIdSelector
Package
Description
Configuration options for JUnit's console launcher.
Configurable test discovery implementation that can be reused by different test engines.
-
Uses of UniqueIdSelector in org.junit.platform.console.options
Methods in org.junit.platform.console.options that return types with arguments of type UniqueIdSelectorMethod parameters in org.junit.platform.console.options with type arguments of type UniqueIdSelectorModifier and TypeMethodDescriptionvoid
TestDiscoveryOptions.setSelectedUniqueId
(List<UniqueIdSelector> selectedUniqueIds) -
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
.Methods in org.junit.platform.engine.discovery that return types with arguments of type UniqueIdSelectorModifier and TypeMethodDescriptionUniqueIdSelector.IdentifierParser.parse
(DiscoverySelectorIdentifier identifier, DiscoverySelectorIdentifierParser.Context context) -
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
.