Interface InterceptingExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall

Enclosing interface:
InterceptingExecutableInvoker.ReflectiveInterceptorCall<E extends Executable, T extends @Nullable Object>

public static interface InterceptingExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall
Since:
5.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(org.junit.jupiter.api.extension.InvocationInterceptor interceptor, org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<Void> invocation, org.junit.jupiter.api.extension.ReflectiveInvocationContext<Method> invocationContext, org.junit.jupiter.api.extension.ExtensionContext extensionContext)
     
  • Method Details

    • apply

      void apply(org.junit.jupiter.api.extension.InvocationInterceptor interceptor, org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<Void> invocation, org.junit.jupiter.api.extension.ReflectiveInvocationContext<Method> invocationContext, org.junit.jupiter.api.extension.ExtensionContext extensionContext) throws Throwable
      Throws:
      Throwable