Interface ExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall

Enclosing interface:
ExecutableInvoker.ReflectiveInterceptorCall<E extends java.lang.reflect.Executable,​T>

public static interface ExecutableInvoker.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<java.lang.Void> invocation, org.junit.jupiter.api.extension.ReflectiveInvocationContext<java.lang.reflect.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<java.lang.Void> invocation, org.junit.jupiter.api.extension.ReflectiveInvocationContext<java.lang.reflect.Method> invocationContext, org.junit.jupiter.api.extension.ExtensionContext extensionContext) throws java.lang.Throwable
      Throws:
      java.lang.Throwable