Uses of Interface
org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.ReflectiveInterceptorCall
Packages that use InterceptingExecutableInvoker.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 InterceptingExecutableInvoker.ReflectiveInterceptorCall in org.junit.jupiter.engine.descriptor
Fields in org.junit.jupiter.engine.descriptor declared as InterceptingExecutableInvoker.ReflectiveInterceptorCallModifier and TypeFieldDescriptionprivate static final InterceptingExecutableInvoker.ReflectiveInterceptorCall<Method, Void> TestMethodTestDescriptor.defaultInterceptorCallprivate static final InterceptingExecutableInvoker.ReflectiveInterceptorCall<Method, Object> TestFactoryTestDescriptor.interceptorCallprivate final InterceptingExecutableInvoker.ReflectiveInterceptorCall<Method, Void> TestMethodTestDescriptor.interceptorCallprivate static final InterceptingExecutableInvoker.ReflectiveInterceptorCall<Method, Void> TestTemplateInvocationTestDescriptor.interceptorCallConstructors in org.junit.jupiter.engine.descriptor with parameters of type InterceptingExecutableInvoker.ReflectiveInterceptorCallModifierConstructorDescription(package private)TestMethodTestDescriptor(UniqueId uniqueId, String displayName, Class<?> testClass, Method testMethod, JupiterConfiguration configuration, InterceptingExecutableInvoker.ReflectiveInterceptorCall<Method, Void> interceptorCall) -
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> TInterceptingExecutableInvoker.invoke(Constructor<T> constructor, Optional<Object> outerInstance, ExtensionContextSupplier extensionContext, ExtensionRegistry extensionRegistry, InterceptingExecutableInvoker.ReflectiveInterceptorCall<Constructor<T>, T> interceptorCall) Invoke the supplied constructor with the supplied outer instance and dynamic parameter resolution.<T> TInterceptingExecutableInvoker.invoke(Method method, Object target, org.junit.jupiter.api.extension.ExtensionContext extensionContext, ExtensionRegistry extensionRegistry, InterceptingExecutableInvoker.ReflectiveInterceptorCall<Method, T> interceptorCall) Invoke the supplied method with dynamic parameter resolution.private <E extends Executable, T>
TInterceptingExecutableInvoker.invoke(org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<T> originalInvocation, org.junit.jupiter.api.extension.ReflectiveInvocationContext<E> invocationContext, org.junit.jupiter.api.extension.ExtensionContext extensionContext, ExtensionRegistry extensionRegistry, InterceptingExecutableInvoker.ReflectiveInterceptorCall<E, T> call) private <E extends Executable, T>
TInterceptingExecutableInvoker.invoke(org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<T> originalInvocation, org.junit.jupiter.api.extension.ReflectiveInvocationContext<E> invocationContext, ExtensionContextSupplier extensionContext, ExtensionRegistry extensionRegistry, InterceptingExecutableInvoker.ReflectiveInterceptorCall<E, T> call)