Uses of Class
org.junit.vintage.engine.discovery.IgnoringRunnerDecorator
Packages that use IgnoringRunnerDecorator
Package
Description
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.discoveryMethods in org.junit.vintage.engine.discovery that return IgnoringRunnerDecoratorModifier and TypeMethodDescriptionprivate 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.