Uses of Interface
org.junit.jupiter.engine.descriptor.CallbackSupport.CallbackInvoker
-
Packages that use CallbackSupport.CallbackInvoker Package Description org.junit.jupiter.engine.descriptor Test descriptors used within the JUnit Jupiter test engine. -
-
Uses of CallbackSupport.CallbackInvoker in org.junit.jupiter.engine.descriptor
Methods in org.junit.jupiter.engine.descriptor with parameters of type CallbackSupport.CallbackInvoker Modifier and Type Method Description (package private) static <T extends org.junit.jupiter.api.extension.Extension>
voidCallbackSupport. invokeAfterCallbacks(java.lang.Class<T> type, JupiterEngineExecutionContext context, CallbackSupport.CallbackInvoker<T> callbackInvoker)(package private) static <T extends org.junit.jupiter.api.extension.Extension>
voidCallbackSupport. invokeBeforeCallbacks(java.lang.Class<T> type, JupiterEngineExecutionContext context, CallbackSupport.CallbackInvoker<T> callbackInvoker)
-