Uses of Interface
org.junit.jupiter.api.extension.InvocationInterceptor
Package
Description
Internal classes for test execution within the JUnit Jupiter test engine.
-
Uses of InvocationInterceptor in org.junit.jupiter.engine.execution
Modifier and TypeMethodDescriptionExecutableInvoker.ReflectiveInterceptorCall.apply(InvocationInterceptor interceptor, InvocationInterceptor.Invocation<T> invocation, ReflectiveInvocationContext<E> invocationContext, ExtensionContext extensionContext)
void
ExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall.apply(InvocationInterceptor interceptor, InvocationInterceptor.Invocation<Void> invocation, ReflectiveInvocationContext<Method> invocationContext, ExtensionContext extensionContext)
InvocationInterceptorChain.InterceptorCall.apply(InvocationInterceptor interceptor, InvocationInterceptor.Invocation<T> invocation)
void
InvocationInterceptorChain.VoidInterceptorCall.apply(InvocationInterceptor interceptor, InvocationInterceptor.Invocation<Void> invocation)