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 TypeMethodDescriptionvoid
TestDiscoveryOptions.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 IterationSelector
DiscoverySelectors.selectIteration
(DiscoverySelector parentSelector, int... iterationIndices) Create anIterationSelector
for 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.Resolution
SelectorResolver.resolve
(IterationSelector selector, SelectorResolver.Context context) Resolve the suppliedIterationSelector
using the suppliedContext
.