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.console.options Command-line option utility classes of JUnit's console launcher.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.ResolutionClassSelectorResolver. resolve(UniqueIdSelector selector, SelectorResolver.Context context)SelectorResolver.ResolutionMethodSelectorResolver. resolve(UniqueIdSelector selector, SelectorResolver.Context context) -
Uses of UniqueIdSelector in org.junit.platform.console.options
Fields in org.junit.platform.console.options with type parameters of type UniqueIdSelector Modifier and Type Field Description private java.util.List<UniqueIdSelector>TestDiscoveryOptions. selectedUniqueIdsprivate java.util.List<UniqueIdSelector>TestDiscoveryOptionsMixin.SelectorOptions. selectedUniqueIdsMethods in org.junit.platform.console.options that return UniqueIdSelector Modifier and Type Method Description UniqueIdSelectorSelectorConverter.UniqueId. convert(java.lang.String value)Methods in org.junit.platform.console.options that return types with arguments of type UniqueIdSelector Modifier and Type Method Description java.util.List<UniqueIdSelector>TestDiscoveryOptions. getSelectedUniqueIds()Method parameters in org.junit.platform.console.options with type arguments of type UniqueIdSelector Modifier and Type Method Description voidTestDiscoveryOptions. setSelectedUniqueId(java.util.List<UniqueIdSelector> selectedUniqueIds) -
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 UniqueIdSelectorDiscoverySelectors. selectUniqueId(java.lang.String uniqueId)Create aUniqueIdSelectorfor the supplied unique ID.static UniqueIdSelectorDiscoverySelectors. selectUniqueId(UniqueId uniqueId)Create aUniqueIdSelectorfor the suppliedUniqueId.Methods in org.junit.platform.engine.discovery that return types with arguments of type UniqueIdSelector Modifier and Type Method Description java.util.Optional<UniqueIdSelector>UniqueIdSelector.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 UniqueIdSelector Modifier and Type Method Description default SelectorResolver.ResolutionSelectorResolver. resolve(UniqueIdSelector selector, SelectorResolver.Context context)Resolve the suppliedUniqueIdSelectorusing 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.ResolutionClassSelectorResolver. resolve(UniqueIdSelector selector, SelectorResolver.Context context)SelectorResolver.ResolutionMethodSelectorResolver. resolve(UniqueIdSelector selector, SelectorResolver.Context context)
-