| Package | Description |
|---|---|
| org.junit.jupiter.api.extension |
JUnit Jupiter API for writing extensions.
|
| org.junit.jupiter.engine.descriptor |
Test descriptors used within the JUnit Jupiter test engine.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
InvocationInterceptor.interceptDynamicTest(InvocationInterceptor.Invocation<java.lang.Void> invocation,
DynamicTestInvocationContext invocationContext,
ExtensionContext extensionContext)
Intercept the invocation of a
DynamicTest. |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
DefaultDynamicTestInvocationContext
Default implementation of the
DynamicTestInvocationContext API. |