Class IterationSelector
java.lang.Object
org.junit.platform.engine.discovery.IterationSelector
- All Implemented Interfaces:
DiscoverySelector
@API(status=EXPERIMENTAL,
since="1.9")
public class IterationSelector
extends Object
implements DiscoverySelector
A
DiscoverySelector
that selects the iterations of a parent
DiscoverySelector
via their indices so that
TestEngines
can discover
a subset of the iterations of tests or containers.- Since:
- 1.9
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIterationSelector
(DiscoverySelector parentSelector, int... iterationIndices) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Get the selected iteration indices.Get the selected parentDiscoverySelector
.int
hashCode()
toSortedSet
(int[] iterationIndices) toString()
-
Field Details
-
parentSelector
-
iterationIndices
-
-
Constructor Details
-
IterationSelector
IterationSelector(DiscoverySelector parentSelector, int... iterationIndices)
-
-
Method Details