Uses of Interface
org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.ReflectiveInterceptorCall
Packages that use InterceptingExecutableInvoker.ReflectiveInterceptorCall
Package
Description
Internal classes for test execution within the JUnit Jupiter test engine.
-
Uses of InterceptingExecutableInvoker.ReflectiveInterceptorCall in org.junit.jupiter.engine.execution
Methods in org.junit.jupiter.engine.execution that return InterceptingExecutableInvoker.ReflectiveInterceptorCallModifier and TypeMethodDescriptionInterceptingExecutableInvoker.ReflectiveInterceptorCall.ofVoidMethod
(InterceptingExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall call) Methods in org.junit.jupiter.engine.execution with parameters of type InterceptingExecutableInvoker.ReflectiveInterceptorCallModifier and TypeMethodDescription<T> T
InterceptingExecutableInvoker.invoke
(Constructor<T> constructor, Optional<Object> outerInstance, ExtensionContext extensionContext, ExtensionRegistry extensionRegistry, InterceptingExecutableInvoker.ReflectiveInterceptorCall<Constructor<T>, T> interceptorCall) Invoke the supplied constructor with the supplied outer instance and dynamic parameter resolution.<T> T
InterceptingExecutableInvoker.invoke
(Method method, Object target, ExtensionContext extensionContext, ExtensionRegistry extensionRegistry, InterceptingExecutableInvoker.ReflectiveInterceptorCall<Method, T> interceptorCall) Invoke the supplied method with dynamic parameter resolution.