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
Fields Modifier and Type Field Description private org.junit.runner.manipulation.Filter
filter
-
Constructor Summary
Constructors Constructor Description InvertedFilter(org.junit.runner.manipulation.Filter filter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
describe()
boolean
shouldRun(org.junit.runner.Description description)
-