Class InvertedFilter
java.lang.Object
org.junit.runner.manipulation.Filter
org.apache.maven.surefire.common.junit48.InvertedFilter
final class InvertedFilter
extends org.junit.runner.manipulation.Filter
-
Field Summary
FieldsFields inherited from class org.junit.runner.manipulation.Filter
ALL
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.junit.runner.manipulation.Filter
apply, intersect, matchMethodDescription
-
Field Details
-
filter
private final org.junit.runner.manipulation.Filter filter
-
-
Constructor Details
-
InvertedFilter
InvertedFilter(org.junit.runner.manipulation.Filter filter)
-
-
Method Details
-
shouldRun
public boolean shouldRun(org.junit.runner.Description description) - Specified by:
shouldRun
in classorg.junit.runner.manipulation.Filter
-
describe
- Specified by:
describe
in classorg.junit.runner.manipulation.Filter
-