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
-
Field Summary
Fields inherited from class org.junit.runner.manipulation.Filter
ALL
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.junit.runner.manipulation.Filter
intersect, matchMethodDescription
-
Constructor Details
-
SuiteFilter
private SuiteFilter()
-
-
Method Details
-
shouldRun
public boolean shouldRun(org.junit.runner.Description description) - Specified by:
shouldRun
in classorg.junit.runner.manipulation.Filter
-
apply
- Overrides:
apply
in classorg.junit.runner.manipulation.Filter
- Throws:
org.junit.runner.manipulation.NoTestsRemainException
-
describe
- Specified by:
describe
in classorg.junit.runner.manipulation.Filter
-