Class CompositeFilter<T>
java.lang.Object
org.junit.platform.engine.CompositeFilter<T>
- All Implemented Interfaces:
Filter<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Filterprivate static final FilterResultprivate final Collection<Filter<T>> private static final FilterResult -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ALWAYS_INCLUDED_FILTER
-
ALWAYS_INCLUDED_RESULT
-
INCLUDED_BY_ALL_FILTERS
-
filters
-
-
Constructor Details
-
CompositeFilter
CompositeFilter(Collection<? extends Filter<T>> filters)
-
-
Method Details
-
alwaysIncluded
-
apply
-
toPredicate
-
toString
-