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.Filter
public void apply(java.lang.Object child) throws org.junit.runner.manipulation.NoTestsRemainException
apply
in class org.junit.runner.manipulation.Filter
org.junit.runner.manipulation.NoTestsRemainException
public java.lang.String describe()
describe
in class org.junit.runner.manipulation.Filter