Uses of Class
org.junit.platform.engine.discovery.IterationSelector
Packages that use IterationSelector
Package
Description
Configuration options for JUnit's console launcher.
Configurable test discovery implementation that can be reused by different test engines.
-
Uses of IterationSelector in org.junit.platform.console.options
Methods in org.junit.platform.console.options that return types with arguments of type IterationSelectorMethod parameters in org.junit.platform.console.options with type arguments of type IterationSelectorModifier and TypeMethodDescriptionvoidTestDiscoveryOptions.setSelectedIterations(List<IterationSelector> selectedIterations) -
Uses of IterationSelector in org.junit.platform.engine.discovery
Methods in org.junit.platform.engine.discovery that return IterationSelectorModifier and TypeMethodDescriptionstatic IterationSelectorDiscoverySelectors.selectIteration(DiscoverySelector parentSelector, int... iterationIndices) Create anIterationSelectorfor the supplied parent selector and iteration indices.Methods in org.junit.platform.engine.discovery that return types with arguments of type IterationSelectorModifier and TypeMethodDescriptionIterationSelector.IdentifierParser.parse(DiscoverySelectorIdentifier identifier, DiscoverySelectorIdentifierParser.Context context) -
Uses of IterationSelector in org.junit.platform.engine.support.discovery
Methods in org.junit.platform.engine.support.discovery with parameters of type IterationSelectorModifier and TypeMethodDescriptiondefault SelectorResolver.ResolutionSelectorResolver.resolve(IterationSelector selector, SelectorResolver.Context context) Resolve the suppliedIterationSelectorusing the suppliedContext.