Uses of Class
org.junit.vintage.engine.discovery.IgnoringRunnerDecorator
-
Packages that use IgnoringRunnerDecorator Package Description org.junit.vintage.engine.discovery Internal classes for test discovery within the JUnit Vintage test engine. -
-
Uses of IgnoringRunnerDecorator in org.junit.vintage.engine.discovery
Subclasses of IgnoringRunnerDecorator in org.junit.vintage.engine.discovery Modifier and Type Class Description (package private) class
FilterableIgnoringRunnerDecorator
Filterable
IgnoringRunnerDecorator
.Methods in org.junit.vintage.engine.discovery that return IgnoringRunnerDecorator Modifier and Type Method Description private IgnoringRunnerDecorator
DefensiveAllDefaultPossibilitiesBuilder. decorateIgnoredTestClass(org.junit.runner.Runner runner)
Instead of checking for theIgnore
annotation and returning anIgnoredClassRunner
fromIgnoredBuilder
, we've let the super class determine the regular runner that would have been used ifIgnore
hadn't been present.
-