Module org.junit.jupiter.engine
Interface InterceptingExecutableInvoker.ReflectiveInterceptorCall<E extends Executable,T extends @Nullable Object>
- Enclosing class:
InterceptingExecutableInvoker
public static interface InterceptingExecutableInvoker.ReflectiveInterceptorCall<E extends Executable,T extends @Nullable Object>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
-
Method Summary
Modifier and TypeMethodDescriptionapply
(InvocationInterceptor interceptor, InvocationInterceptor.Invocation<T> invocation, ReflectiveInvocationContext<E> invocationContext, ExtensionContext extensionContext) static InterceptingExecutableInvoker.ReflectiveInterceptorCall
<Method, @Nullable Void> ofVoidMethod
(InterceptingExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall call)
-
Method Details
-
apply
T apply(InvocationInterceptor interceptor, InvocationInterceptor.Invocation<T> invocation, ReflectiveInvocationContext<E> invocationContext, ExtensionContext extensionContext) throws Throwable - Throws:
Throwable
-
ofVoidMethod
static InterceptingExecutableInvoker.ReflectiveInterceptorCall<Method,@Nullable Void> ofVoidMethod(InterceptingExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall call)
-