Uses of Class
org.junit.platform.engine.discovery.IterationSelector
-
Packages that use IterationSelector Package Description 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.platform.engine.discovery
Methods in org.junit.platform.engine.discovery that return IterationSelector Modifier and Type Method Description static 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 IterationSelector Modifier and Type Method Description java.util.Optional<IterationSelector>IterationSelector.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 IterationSelector Modifier and Type Method Description default SelectorResolver.ResolutionSelectorResolver. resolve(IterationSelector selector, SelectorResolver.Context context)Resolve the suppliedIterationSelectorusing the suppliedContext.
-