Uses of Interface
org.junit.jupiter.engine.descriptor.CallbackSupport.CallbackInvoker
Packages that use CallbackSupport.CallbackInvoker
Package
Description
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.CallbackInvokerModifier and TypeMethodDescription(package private) static <T extends org.junit.jupiter.api.extension.Extension>
voidCallbackSupport.invokeAfterCallbacks(Class<T> type, JupiterEngineExecutionContext context, CallbackSupport.CallbackInvoker<T> callbackInvoker) (package private) static <T extends org.junit.jupiter.api.extension.Extension>
voidCallbackSupport.invokeBeforeCallbacks(Class<T> type, JupiterEngineExecutionContext context, CallbackSupport.CallbackInvoker<T> callbackInvoker)