Class DynamicDescendantFilter.WithoutIndexFiltering
- java.lang.Object
-
- org.junit.jupiter.engine.descriptor.DynamicDescendantFilter
-
- org.junit.jupiter.engine.descriptor.DynamicDescendantFilter.WithoutIndexFiltering
-
- All Implemented Interfaces:
java.util.function.BiPredicate<UniqueId,java.lang.Integer>
- Enclosing class:
- DynamicDescendantFilter
private class DynamicDescendantFilter.WithoutIndexFiltering extends DynamicDescendantFilter
-
-
Constructor Summary
Constructors Modifier Constructor Description private
WithoutIndexFiltering()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
test(UniqueId uniqueId, java.lang.Integer index)
DynamicDescendantFilter
withoutIndexFiltering()
-
Methods inherited from class org.junit.jupiter.engine.descriptor.DynamicDescendantFilter
allowAll, allowIndex, allowUniqueIdPrefix
-
-
-
-
Method Detail
-
test
public boolean test(UniqueId uniqueId, java.lang.Integer index)
- Specified by:
test
in interfacejava.util.function.BiPredicate<UniqueId,java.lang.Integer>
- Overrides:
test
in classDynamicDescendantFilter
-
withoutIndexFiltering
public DynamicDescendantFilter withoutIndexFiltering()
- Overrides:
withoutIndexFiltering
in classDynamicDescendantFilter
-
-