Class DynamicDescendantFilter.WithoutIndexFiltering
java.lang.Object
org.junit.jupiter.engine.descriptor.DynamicDescendantFilter
org.junit.jupiter.engine.descriptor.DynamicDescendantFilter.WithoutIndexFiltering
- All Implemented Interfaces:
BiPredicate<org.junit.platform.engine.UniqueId, Integer>
- Enclosing class:
DynamicDescendantFilter
- Since:
- 5.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy(UnaryOperator<org.junit.platform.engine.UniqueId> uniqueIdTransformer) booleanMethods 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<org.junit.platform.engine.UniqueId, Integer>- Overrides:
testin classDynamicDescendantFilter
-
withoutIndexFiltering
- Overrides:
withoutIndexFilteringin classDynamicDescendantFilter
-
copy
public DynamicDescendantFilter copy(UnaryOperator<org.junit.platform.engine.UniqueId> uniqueIdTransformer) - Overrides:
copyin classDynamicDescendantFilter
-