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
Filterable
IgnoringRunnerDecorator
.- Since:
- 5.1
-
Field Summary
Fields inherited from class org.junit.vintage.engine.discovery.IgnoringRunnerDecorator
runner
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.junit.vintage.engine.discovery.IgnoringRunnerDecorator
getDecoratedRunner, getDescription, run
Methods inherited from class org.junit.runner.Runner
testCount
-
Constructor Details
-
FilterableIgnoringRunnerDecorator
FilterableIgnoringRunnerDecorator(org.junit.runner.Runner runner)
-
-
Method Details
-
filter
public void filter(org.junit.runner.manipulation.Filter filter) throws org.junit.runner.manipulation.NoTestsRemainException - Specified by:
filter
in interfaceorg.junit.runner.manipulation.Filterable
- Throws:
org.junit.runner.manipulation.NoTestsRemainException
-