Interface ExecutableInvoker.ReflectiveInterceptorCall<E extends java.lang.reflect.Executable,T>
-
- Enclosing class:
- ExecutableInvoker
public static interface ExecutableInvoker.ReflectiveInterceptorCall<E extends java.lang.reflect.Executable,T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description T
apply(org.junit.jupiter.api.extension.InvocationInterceptor interceptor, org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<T> invocation, org.junit.jupiter.api.extension.ReflectiveInvocationContext<E> invocationContext, org.junit.jupiter.api.extension.ExtensionContext extensionContext)
static ExecutableInvoker.ReflectiveInterceptorCall<java.lang.reflect.Method,java.lang.Void>
ofVoidMethod(ExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall call)
-
-
-
Method Detail
-
apply
T apply(org.junit.jupiter.api.extension.InvocationInterceptor interceptor, org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<T> invocation, org.junit.jupiter.api.extension.ReflectiveInvocationContext<E> invocationContext, org.junit.jupiter.api.extension.ExtensionContext extensionContext) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ofVoidMethod
static ExecutableInvoker.ReflectiveInterceptorCall<java.lang.reflect.Method,java.lang.Void> ofVoidMethod(ExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall call)
-
-