Class DynamicDescendantFilter
java.lang.Object
org.junit.jupiter.engine.descriptor.DynamicDescendantFilter
- All Implemented Interfaces:
BiPredicate<org.junit.platform.engine.UniqueId,Integer>
@API(status=INTERNAL,
since="5.1")
public class DynamicDescendantFilter
extends Object
implements BiPredicate<org.junit.platform.engine.UniqueId,Integer>
Filter for dynamic descendants of
TestDescriptors that
implement Filterable.- Since:
- 5.1
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidallowAll()voidallowIndex(Set<Integer> indices) voidallowUniqueIdPrefix(org.junit.platform.engine.UniqueId uniqueId) booleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiPredicate
and, negate, or
-
Constructor Details
-
DynamicDescendantFilter
public DynamicDescendantFilter()
-
-
Method Details
-
allowUniqueIdPrefix
public void allowUniqueIdPrefix(org.junit.platform.engine.UniqueId uniqueId) -
allowIndex
-
allowAll
public void allowAll() -
test
- Specified by:
testin interfaceBiPredicate<org.junit.platform.engine.UniqueId,Integer>
-
withoutIndexFiltering
-