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 private
SuiteFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(java.lang.Object child)
java.lang.String
describe()
boolean
shouldRun(org.junit.runner.Description description)
-
-
-
Method Detail
-
shouldRun
public boolean shouldRun(org.junit.runner.Description description)
- Specified by:
shouldRun
in classorg.junit.runner.manipulation.Filter
-
apply
public void apply(java.lang.Object child) throws org.junit.runner.manipulation.NoTestsRemainException
- Overrides:
apply
in classorg.junit.runner.manipulation.Filter
- Throws:
org.junit.runner.manipulation.NoTestsRemainException
-
describe
public java.lang.String describe()
- Specified by:
describe
in classorg.junit.runner.manipulation.Filter
-
-