Class OrFilter
- java.lang.Object
-
- org.junit.runner.manipulation.Filter
-
- org.apache.maven.surefire.common.junit48.OrFilter
-
final class OrFilter extends org.junit.runner.manipulation.Filter
-
-
Field Summary
Fields Modifier and Type Field Description private org.junit.runner.manipulation.Filter[]
filters
-
Constructor Summary
Constructors Constructor Description OrFilter(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)
-