| Package | Description |
|---|---|
| org.junit.jupiter.engine.descriptor |
Test descriptors used within the JUnit Jupiter test engine.
|
| org.junit.jupiter.engine.extension |
Test extensions specific to the JUnit Jupiter test engine.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MethodBasedTestDescriptor.invokeTestWatchers(JupiterEngineExecutionContext context,
boolean reverseOrder,
java.util.function.Consumer<TestWatcher> callback) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
RepetitionExtension
RepetitionExtension implements the following extension APIs to support
repetitions of a @RepeatedTest method. |