Uses of Interface
org.junit.jupiter.api.extension.InvocationInterceptor
Packages that use InvocationInterceptor
Package
Description
Internal classes for test execution within the JUnit Jupiter test engine.
Test extensions specific to the JUnit Jupiter test engine.
-
Uses of InvocationInterceptor in org.junit.jupiter.engine.execution
Fields in org.junit.jupiter.engine.execution declared as InvocationInterceptorModifier and TypeFieldDescriptionprivate final InvocationInterceptor
InvocationInterceptorChain.InterceptedInvocation.interceptor
Fields in org.junit.jupiter.engine.execution with type parameters of type InvocationInterceptorModifier and TypeFieldDescriptionprivate final List
<InvocationInterceptor> InvocationInterceptorChain.ValidatingInvocation.interceptors
Methods in org.junit.jupiter.engine.execution with parameters of type InvocationInterceptorModifier and TypeMethodDescriptionExecutableInvoker.ReflectiveInterceptorCall.apply
(InvocationInterceptor interceptor, InvocationInterceptor.Invocation<T> invocation, ReflectiveInvocationContext<E> invocationContext, ExtensionContext extensionContext) void
ExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall.apply
(InvocationInterceptor interceptor, InvocationInterceptor.Invocation<Void> invocation, ReflectiveInvocationContext<Method> invocationContext, ExtensionContext extensionContext) InvocationInterceptorChain.InterceptorCall.apply
(InvocationInterceptor interceptor, InvocationInterceptor.Invocation<T> invocation) void
InvocationInterceptorChain.VoidInterceptorCall.apply
(InvocationInterceptor interceptor, InvocationInterceptor.Invocation<Void> invocation) Method parameters in org.junit.jupiter.engine.execution with type arguments of type InvocationInterceptorModifier and TypeMethodDescriptionprivate <T> T
InvocationInterceptorChain.chainAndInvoke
(InvocationInterceptor.Invocation<T> invocation, InvocationInterceptorChain.InterceptorCall<T> call, List<InvocationInterceptor> interceptors) private <T> InvocationInterceptor.Invocation
<T> InvocationInterceptorChain.chainInterceptors
(InvocationInterceptor.Invocation<T> invocation, InvocationInterceptorChain.InterceptorCall<T> call, List<InvocationInterceptor> interceptors) Constructors in org.junit.jupiter.engine.execution with parameters of type InvocationInterceptorModifierConstructorDescription(package private)
InterceptedInvocation
(InvocationInterceptor.Invocation<T> invocation, InvocationInterceptorChain.InterceptorCall<T> call, InvocationInterceptor interceptor) Constructor parameters in org.junit.jupiter.engine.execution with type arguments of type InvocationInterceptorModifierConstructorDescription(package private)
ValidatingInvocation
(InvocationInterceptor.Invocation<T> delegate, List<InvocationInterceptor> interceptors) -
Uses of InvocationInterceptor in org.junit.jupiter.engine.extension
Classes in org.junit.jupiter.engine.extension that implement InvocationInterceptor