Module org.junit.platform.engine
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:
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Get the selected iteration indices.Get the selected parentDiscoverySelector
.int
hashCode()
toString()