Module org.junit.jupiter.engine
Interface InterceptingExecutableInvoker.ReflectiveInterceptorCall<E extends java.lang.reflect.Executable,T>
-
- Enclosing class:
- InterceptingExecutableInvoker
public static interface InterceptingExecutableInvoker.ReflectiveInterceptorCall<E extends java.lang.reflect.Executable,T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
InterceptingExecutableInvoker.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 InterceptingExecutableInvoker.ReflectiveInterceptorCall<java.lang.reflect.Method,java.lang.Void>
ofVoidMethod(InterceptingExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall call)
-
-
-
Method Detail
-
apply
T apply(InvocationInterceptor interceptor, InvocationInterceptor.Invocation<T> invocation, ReflectiveInvocationContext<E> invocationContext, ExtensionContext extensionContext) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ofVoidMethod
static InterceptingExecutableInvoker.ReflectiveInterceptorCall<java.lang.reflect.Method,java.lang.Void> ofVoidMethod(InterceptingExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall call)
-
-