Class ParallelComputerBuilder.PC.SuiteFilter
- java.lang.Object
-
- org.junit.runner.manipulation.Filter
-
- org.apache.maven.surefire.junitcore.pc.ParallelComputerBuilder.PC.SuiteFilter
-
- Enclosing class:
- ParallelComputerBuilder.PC
private class ParallelComputerBuilder.PC.SuiteFilter extends org.junit.runner.manipulation.Filter
-
-
Constructor Summary
Constructors Modifier Constructor Description privateSuiteFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(java.lang.Object child)java.lang.Stringdescribe()booleanshouldRun(org.junit.runner.Description description)
-
-
-
Method Detail
-
shouldRun
public boolean shouldRun(org.junit.runner.Description description)
- Specified by:
shouldRunin classorg.junit.runner.manipulation.Filter
-
apply
public void apply(java.lang.Object child) throws org.junit.runner.manipulation.NoTestsRemainException- Overrides:
applyin classorg.junit.runner.manipulation.Filter- Throws:
org.junit.runner.manipulation.NoTestsRemainException
-
describe
public java.lang.String describe()
- Specified by:
describein classorg.junit.runner.manipulation.Filter
-
-