Uses of Interface
org.junit.jupiter.engine.execution.ExecutableInvoker.ReflectiveInterceptorCall
-
Packages that use ExecutableInvoker.ReflectiveInterceptorCall Package Description org.junit.jupiter.engine.execution Internal classes for test execution within the JUnit Jupiter test engine. -
-
Uses of ExecutableInvoker.ReflectiveInterceptorCall in org.junit.jupiter.engine.execution
Methods in org.junit.jupiter.engine.execution that return ExecutableInvoker.ReflectiveInterceptorCall Modifier and Type Method Description static ExecutableInvoker.ReflectiveInterceptorCall<java.lang.reflect.Method,java.lang.Void>
ExecutableInvoker.ReflectiveInterceptorCall. ofVoidMethod(ExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall call)
Methods in org.junit.jupiter.engine.execution with parameters of type ExecutableInvoker.ReflectiveInterceptorCall Modifier and Type Method Description <T> T
ExecutableInvoker. invoke(java.lang.reflect.Constructor<T> constructor, java.util.Optional<java.lang.Object> outerInstance, org.junit.jupiter.api.extension.ExtensionContext extensionContext, ExtensionRegistry extensionRegistry, ExecutableInvoker.ReflectiveInterceptorCall<java.lang.reflect.Constructor<T>,T> interceptorCall)
Invoke the supplied constructor with the supplied outer instance and dynamic parameter resolution.<T> T
ExecutableInvoker. invoke(java.lang.reflect.Method method, java.lang.Object target, org.junit.jupiter.api.extension.ExtensionContext extensionContext, ExtensionRegistry extensionRegistry, ExecutableInvoker.ReflectiveInterceptorCall<java.lang.reflect.Method,T> interceptorCall)
Invoke the suppliedstatic
method with dynamic parameter resolution.
-