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
Since:
5.1
  • 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 interface org.junit.runner.manipulation.Filterable
      Throws:
      org.junit.runner.manipulation.NoTestsRemainException