class OrFilter
extends org.junit.runner.manipulation.Filter
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<? extends org.junit.runner.manipulation.Filter> |
filters |
Constructor and Description |
---|
OrFilter(java.util.Collection<? extends org.junit.runner.manipulation.Filter> filters) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
describe() |
boolean |
shouldRun(org.junit.runner.Description description) |