Class FilterableIgnoringRunnerDecorator
- java.lang.Object
-
- org.junit.runner.Runner
-
- org.junit.vintage.engine.discovery.IgnoringRunnerDecorator
-
- org.junit.vintage.engine.discovery.FilterableIgnoringRunnerDecorator
-
- All Implemented Interfaces:
org.junit.runner.Describable,org.junit.runner.manipulation.Filterable,RunnerDecorator
class FilterableIgnoringRunnerDecorator extends IgnoringRunnerDecorator implements org.junit.runner.manipulation.Filterable
FilterableIgnoringRunnerDecorator.- Since:
- 5.1
-
-
Field Summary
-
Fields inherited from class org.junit.vintage.engine.discovery.IgnoringRunnerDecorator
runner
-
-
Constructor Summary
Constructors Constructor Description FilterableIgnoringRunnerDecorator(org.junit.runner.Runner runner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfilter(org.junit.runner.manipulation.Filter filter)-
Methods inherited from class org.junit.vintage.engine.discovery.IgnoringRunnerDecorator
getDecoratedRunner, getDescription, run
-
-