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
Fields Modifier and Type Field Description private java.util.Collection<? extends org.junit.runner.manipulation.Filter>
filters
-
Constructor Summary
Constructors Constructor Description OrFilter(java.util.Collection<? extends org.junit.runner.manipulation.Filter> filters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
describe()
boolean
shouldRun(org.junit.runner.Description description)
-