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) classFilterableIgnoringRunnerDecoratorFilterableIgnoringRunnerDecorator.Methods in org.junit.vintage.engine.discovery that return IgnoringRunnerDecorator Modifier and Type Method Description private IgnoringRunnerDecoratorDefensiveAllDefaultPossibilitiesBuilder. decorateIgnoredTestClass(org.junit.runner.Runner runner)Instead of checking for theIgnoreannotation and returning anIgnoredClassRunnerfromIgnoredBuilder, we've let the super class determine the regular runner that would have been used ifIgnorehadn't been present.
-