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
Nested Classes Modifier and Type Interface Description static interface
ExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description T
apply(InvocationInterceptor interceptor, InvocationInterceptor.Invocation<T> invocation, ReflectiveInvocationContext<E> invocationContext, ExtensionContext extensionContext)
static ExecutableInvoker.ReflectiveInterceptorCall<Method,Void>
ofVoidMethod(ExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall call)
-
-
-
Method Detail
-
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)
-
-