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
AllDefaultPossibilitiesBuilder
from JUnit 4 to ignore certain classes that would otherwise be reported as errors or cause infinite recursion.Customization ofAnnotatedBuilder
that ignores classes annotated with@RunWith(JUnitPlatform.class)
to avoid infinite recursion.Customization ofJUnit4Builder
that ignores classes that do not contain any test methods in order not to report errors for them.Customization ofIgnoredBuilder
that always returnsnull
.Filterable
IgnoringRunnerDecorator
.Decorator for Runners that will be ignored completely.