Interface InterceptingExecutableInvoker.ReflectiveInterceptorCall<E extends Executable, T extends @Nullable Object>
- Enclosing class:
InterceptingExecutableInvoker
public static interface InterceptingExecutableInvoker.ReflectiveInterceptorCall<E extends Executable, T extends @Nullable Object>
- Since:
- 5.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionapply(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 InterceptingExecutableInvoker.ReflectiveInterceptorCall<Method, @Nullable Void> ofVoidMethod(InterceptingExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall call)
-
Method Details
-
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 Throwable - Throws:
Throwable
-
ofVoidMethod
static InterceptingExecutableInvoker.ReflectiveInterceptorCall<Method, @Nullable Void> ofVoidMethod(InterceptingExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall call)
-