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.defaultInterceptorCallprivate static final ExecutableInvoker.ReflectiveInterceptorCall<Method,Object> TestFactoryTestDescriptor.interceptorCallprivate final ExecutableInvoker.ReflectiveInterceptorCall<Method,Void> TestMethodTestDescriptor.interceptorCallprivate static final ExecutableInvoker.ReflectiveInterceptorCall<Method,Void> TestTemplateInvocationTestDescriptor.interceptorCallConstructors 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> TExecutableInvoker.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> TExecutableInvoker.invoke(Method method, Object target, ExtensionContext extensionContext, ExtensionRegistry extensionRegistry, ExecutableInvoker.ReflectiveInterceptorCall<Method, T> interceptorCall) Invoke the suppliedstaticmethod 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)