Uses of Interface
org.junit.jupiter.engine.execution.ExecutableInvoker.ReflectiveInterceptorCall
Packages that use ExecutableInvoker.ReflectiveInterceptorCall
Package
Description
Test descriptors used within the JUnit Jupiter test engine.
Internal classes for test execution within the JUnit Jupiter test engine.
-
Uses of ExecutableInvoker.ReflectiveInterceptorCall in org.junit.jupiter.engine.descriptor
Fields in org.junit.jupiter.engine.descriptor declared as ExecutableInvoker.ReflectiveInterceptorCallModifier and TypeFieldDescriptionprivate static final ExecutableInvoker.ReflectiveInterceptorCall<Method,
Void> TestMethodTestDescriptor.defaultInterceptorCall
private static final ExecutableInvoker.ReflectiveInterceptorCall<Method,
Object> TestFactoryTestDescriptor.interceptorCall
private final ExecutableInvoker.ReflectiveInterceptorCall<Method,
Void> TestMethodTestDescriptor.interceptorCall
private static final ExecutableInvoker.ReflectiveInterceptorCall<Method,
Void> TestTemplateInvocationTestDescriptor.interceptorCall
Constructors in org.junit.jupiter.engine.descriptor with parameters of type ExecutableInvoker.ReflectiveInterceptorCallModifierConstructorDescription(package private)
TestMethodTestDescriptor
(UniqueId uniqueId, String displayName, Class<?> testClass, Method testMethod, JupiterConfiguration configuration, ExecutableInvoker.ReflectiveInterceptorCall<Method, Void> interceptorCall) -
Uses of ExecutableInvoker.ReflectiveInterceptorCall in org.junit.jupiter.engine.execution
Methods in org.junit.jupiter.engine.execution that return ExecutableInvoker.ReflectiveInterceptorCallModifier and TypeMethodDescriptionExecutableInvoker.ReflectiveInterceptorCall.ofVoidMethod
(ExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall call) Methods in org.junit.jupiter.engine.execution with parameters of type ExecutableInvoker.ReflectiveInterceptorCallModifier and TypeMethodDescription<T> T
ExecutableInvoker.invoke
(Constructor<T> constructor, Optional<Object> outerInstance, ExtensionContext extensionContext, ExtensionRegistry extensionRegistry, ExecutableInvoker.ReflectiveInterceptorCall<Constructor<T>, T> interceptorCall) Invoke the supplied constructor with the supplied outer instance and dynamic parameter resolution.<T> T
ExecutableInvoker.invoke
(Method method, Object target, ExtensionContext extensionContext, ExtensionRegistry extensionRegistry, ExecutableInvoker.ReflectiveInterceptorCall<Method, T> interceptorCall) Invoke the suppliedstatic
method with dynamic parameter resolution.private <E extends Executable,
T>
TExecutableInvoker.invoke
(InvocationInterceptor.Invocation<T> originalInvocation, ReflectiveInvocationContext<E> invocationContext, ExtensionContext extensionContext, ExtensionRegistry extensionRegistry, ExecutableInvoker.ReflectiveInterceptorCall<E, T> call)