| Package | Description |
|---|---|
| org.junit.vintage.engine.discovery |
Internal classes for test discovery within the JUnit Vintage test engine.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
FilterableIgnoringRunnerDecorator
Filterable IgnoringRunnerDecorator. |
| Modifier and Type | Method and Description |
|---|---|
private IgnoringRunnerDecorator |
DefensiveAllDefaultPossibilitiesBuilder.decorateIgnoredTestClass(org.junit.runner.Runner runner)
Instead of checking for the
Ignore annotation and returning an
IgnoredClassRunner from IgnoredBuilder, we've let the
super class determine the regular runner that would have been used if
Ignore hadn't been present. |