Module org.junit.vintage.engine
Package org.junit.vintage.engine.discovery
package org.junit.vintage.engine.discovery
Internal classes for test discovery within the JUnit Vintage test engine.
-
ClassesClassDescriptionCustomization of
AllDefaultPossibilitiesBuilderfrom JUnit 4 to ignore certain classes that would otherwise be reported as errors or cause infinite recursion.Customization ofAnnotatedBuilderthat ignores classes annotated with@RunWith(JUnitPlatform.class)to avoid infinite recursion.Customization ofJUnit4Builderthat ignores classes that do not contain any test methods in order not to report errors for them.Customization ofIgnoredBuilderthat always returnsnull.FilterableIgnoringRunnerDecorator.Decorator for Runners that will be ignored completely.