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