public final class MatchDescriptions
extends org.junit.runner.manipulation.Filter
Modifier and Type | Field and Description |
---|---|
private java.util.List<org.junit.runner.manipulation.Filter> |
filters |
Constructor and Description |
---|
MatchDescriptions(java.lang.Iterable<org.junit.runner.Description> descriptions) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
describe() |
private static org.junit.runner.manipulation.Filter |
matchDescription(org.junit.runner.Description desiredDescription) |
boolean |
shouldRun(org.junit.runner.Description description) |
public MatchDescriptions(java.lang.Iterable<org.junit.runner.Description> descriptions)
public boolean shouldRun(org.junit.runner.Description description)
shouldRun
in class org.junit.runner.manipulation.Filter
public java.lang.String describe()
describe
in class org.junit.runner.manipulation.Filter
private static org.junit.runner.manipulation.Filter matchDescription(org.junit.runner.Description desiredDescription)