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
- Since:
- 5.1
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class DynamicDescendantFilter
allowAll, allowIndex, allowIndex, allowUniqueIdPrefix, configureMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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
-
copy
- Overrides:
copyin classDynamicDescendantFilter
-