Module org.junit.jupiter.engine
Interface InterceptingExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall
-
- Enclosing interface:
- InterceptingExecutableInvoker.ReflectiveInterceptorCall<E extends java.lang.reflect.Executable,T>
public static interface InterceptingExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply(InvocationInterceptor interceptor, InvocationInterceptor.Invocation<java.lang.Void> invocation, ReflectiveInvocationContext<java.lang.reflect.Method> invocationContext, ExtensionContext extensionContext)
-
-
-
Method Detail
-
apply
void apply(InvocationInterceptor interceptor, InvocationInterceptor.Invocation<java.lang.Void> invocation, ReflectiveInvocationContext<java.lang.reflect.Method> invocationContext, ExtensionContext extensionContext) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-