private class ParallelComputerBuilder.PC.SuiteFilter
extends org.junit.runner.manipulation.Filter
| Modifier | Constructor and Description |
|---|---|
private |
SuiteFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(java.lang.Object child) |
java.lang.String |
describe() |
boolean |
shouldRun(org.junit.runner.Description description) |
public boolean shouldRun(org.junit.runner.Description description)
shouldRun in class org.junit.runner.manipulation.Filterpublic void apply(java.lang.Object child)
throws org.junit.runner.manipulation.NoTestsRemainException
apply in class org.junit.runner.manipulation.Filterorg.junit.runner.manipulation.NoTestsRemainExceptionpublic java.lang.String describe()
describe in class org.junit.runner.manipulation.Filter