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 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.