Uses of Interface
org.junit.jupiter.api.extension.DynamicTestInvocationContext
| Package | Description |
|---|---|
| org.junit.jupiter.api.extension |
JUnit Jupiter API for writing extensions.
|
-
Uses of DynamicTestInvocationContext in org.junit.jupiter.api.extension
Methods in org.junit.jupiter.api.extension with parameters of type DynamicTestInvocationContext Modifier and Type Method Description default voidInvocationInterceptor. interceptDynamicTest(InvocationInterceptor.Invocation<java.lang.Void> invocation, DynamicTestInvocationContext invocationContext, ExtensionContext extensionContext)Intercept the invocation of aDynamicTest.