Interface InterceptingExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall

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

public static interface InterceptingExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall
  • 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