Uses of Class
org.junit.platform.engine.discovery.IterationSelector
Packages that use IterationSelector
Package
Description
Internal classes for test discovery within the JUnit Jupiter test engine.
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.jupiter.engine.discovery
Methods in org.junit.jupiter.engine.discovery with parameters of type IterationSelectorModifier and TypeMethodDescriptionMethodSelectorResolver.resolve
(IterationSelector selector, SelectorResolver.Context context) -
Uses of IterationSelector in org.junit.platform.console.options
Fields in org.junit.platform.console.options with type parameters of type IterationSelectorModifier and TypeFieldDescriptionprivate List
<IterationSelector> TestDiscoveryOptions.selectedIterations
private List
<IterationSelector> TestDiscoveryOptionsMixin.SelectorOptions.selectedIterations
private List
<IterationSelector> TestDiscoveryOptionsMixin.SelectorOptions.selectedIterations2
Methods in org.junit.platform.console.options that return IterationSelectorModifier and TypeMethodDescriptionMethods 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. -
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
.