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 TypeMethodDescriptionboolean
Methods inherited from class org.junit.jupiter.engine.descriptor.DynamicDescendantFilter
allowAll, allowIndex, allowUniqueIdPrefix
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.BiPredicate
and, negate, or
-
Constructor Details
-
WithoutIndexFiltering
private WithoutIndexFiltering()
-
-
Method Details
-
test
- Specified by:
test
in interfaceBiPredicate<UniqueId,
Integer> - Overrides:
test
in classDynamicDescendantFilter
-
withoutIndexFiltering
- Overrides:
withoutIndexFiltering
in classDynamicDescendantFilter
-