Class OrFilter
java.lang.Object
org.junit.runner.manipulation.Filter
org.junit.vintage.engine.descriptor.OrFilter
class OrFilter
extends org.junit.runner.manipulation.Filter
- Since:
- 5.4
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Collection
<? extends org.junit.runner.manipulation.Filter> Fields inherited from class org.junit.runner.manipulation.Filter
ALL
-
Constructor Summary
ConstructorsConstructorDescriptionOrFilter
(Collection<? extends org.junit.runner.manipulation.Filter> filters) -
Method Summary
Methods inherited from class org.junit.runner.manipulation.Filter
apply, intersect, matchMethodDescription
-
Field Details
-
filters
-
-
Constructor Details
-
OrFilter
OrFilter(Collection<? extends org.junit.runner.manipulation.Filter> filters)
-
-
Method Details
-
shouldRun
public boolean shouldRun(org.junit.runner.Description description) - Specified by:
shouldRun
in classorg.junit.runner.manipulation.Filter
-
describe
- Specified by:
describe
in classorg.junit.runner.manipulation.Filter
-