Module org.junit.jupiter.engine
Interface InterceptingExecutableInvoker.ReflectiveInterceptorCall<E extends Executable,T>
- Enclosing class:
InterceptingExecutableInvoker
public static interface InterceptingExecutableInvoker.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) 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
-