Class DynamicDescendantFilter

java.lang.Object
org.junit.jupiter.engine.descriptor.DynamicDescendantFilter
All Implemented Interfaces:
Predicate<UniqueId>

@API(status=INTERNAL, since="5.1") public class DynamicDescendantFilter extends Object implements Predicate<UniqueId>
Filter for dynamic descendants of TestDescriptors that implement Filterable.
Since:
5.1
See Also:
Filterable
  • Constructor Details

    • DynamicDescendantFilter

      public DynamicDescendantFilter()
  • Method Details

    • allow

      public void allow(UniqueId uniqueId)
    • allowAll

      public void allowAll()
    • test

      public boolean test(UniqueId uniqueId)
      Specified by:
      test in interface Predicate<UniqueId>