Module org.junit.jupiter.engine
Class DynamicDescendantFilter.WithoutIndexFiltering
java.lang.Object
org.junit.jupiter.engine.descriptor.DynamicDescendantFilter
org.junit.jupiter.engine.descriptor.DynamicDescendantFilter.WithoutIndexFiltering
- All Implemented Interfaces:
BiPredicate<UniqueId,Integer>
- Enclosing class:
DynamicDescendantFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from class org.junit.jupiter.engine.descriptor.DynamicDescendantFilter
allowAll, allowIndex, allowUniqueIdPrefixMethods 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
-
WithoutIndexFiltering
private WithoutIndexFiltering()
-
-
Method Details
-
test
- Specified by:
testin interfaceBiPredicate<UniqueId,Integer> - Overrides:
testin classDynamicDescendantFilter
-
withoutIndexFiltering
- Overrides:
withoutIndexFilteringin classDynamicDescendantFilter
-