Uses of Class
org.junit.platform.engine.discovery.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
Modifier and TypeMethodDescriptionvoid
TestDiscoveryOptions.setSelectedIterations
(List<IterationSelector> selectedIterations) -
Uses of IterationSelector in org.junit.platform.engine.discovery
Modifier 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
Modifier and TypeMethodDescriptiondefault SelectorResolver.Resolution
SelectorResolver.resolve
(IterationSelector selector, SelectorResolver.Context context) Resolve the suppliedIterationSelector
using the suppliedContext
.