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