Uses of Class
org.junit.platform.engine.discovery.IterationSelector
-
Packages that use IterationSelector Package Description org.junit.jupiter.engine.discovery Internal classes for test discovery within the JUnit Jupiter test engine.org.junit.platform.console.options Configuration options for 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. -
-
Uses of IterationSelector in org.junit.jupiter.engine.discovery
Methods in org.junit.jupiter.engine.discovery with parameters of type IterationSelector Modifier and Type Method Description SelectorResolver.Resolution
MethodSelectorResolver. 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 IterationSelector Modifier and Type Field Description private java.util.List<IterationSelector>
TestDiscoveryOptions. selectedIterations
private java.util.List<IterationSelector>
TestDiscoveryOptionsMixin.SelectorOptions. selectedIterations
private java.util.List<IterationSelector>
TestDiscoveryOptionsMixin.SelectorOptions. selectedIterations2
Methods in org.junit.platform.console.options that return IterationSelector Modifier and Type Method Description IterationSelector
SelectorConverter.Iteration. convert(java.lang.String value)
Methods in org.junit.platform.console.options that return types with arguments of type IterationSelector Modifier and Type Method Description java.util.List<IterationSelector>
TestDiscoveryOptions. getSelectedIterations()
Method parameters in org.junit.platform.console.options with type arguments of type IterationSelector Modifier and Type Method Description void
TestDiscoveryOptions. setSelectedIterations(java.util.List<IterationSelector> selectedIterations)
-
Uses of IterationSelector in org.junit.platform.engine.discovery
Methods in org.junit.platform.engine.discovery that return IterationSelector Modifier and Type Method Description static 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 IterationSelector Modifier and Type Method Description default SelectorResolver.Resolution
SelectorResolver. resolve(IterationSelector selector, SelectorResolver.Context context)
Resolve the suppliedIterationSelector
using the suppliedContext
.
-