Module org.junit.jupiter.engine
Interface InterceptingExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall
- Enclosing interface:
 InterceptingExecutableInvoker.ReflectiveInterceptorCall<E extends Executable,T> 
public static interface InterceptingExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall
- 
Method Summary
Modifier and TypeMethodDescriptionvoidapply(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
 
 -