Uses of Interface
org.junit.jupiter.engine.execution.InvocationInterceptorChain.InterceptorCall
Packages that use InvocationInterceptorChain.InterceptorCall
Package
Description
Internal classes for test execution within the JUnit Jupiter test engine.
-
Uses of InvocationInterceptorChain.InterceptorCall in org.junit.jupiter.engine.execution
Fields in org.junit.jupiter.engine.execution declared as InvocationInterceptorChain.InterceptorCallModifier and TypeFieldDescriptionprivate final InvocationInterceptorChain.InterceptorCall<T>
InvocationInterceptorChain.InterceptedInvocation.call
Methods in org.junit.jupiter.engine.execution that return InvocationInterceptorChain.InterceptorCallModifier and TypeMethodDescriptionInvocationInterceptorChain.InterceptorCall.ofVoid
(InvocationInterceptorChain.VoidInterceptorCall call) Methods in org.junit.jupiter.engine.execution with parameters of type InvocationInterceptorChain.InterceptorCallModifier 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) <T> T
InvocationInterceptorChain.invoke
(InvocationInterceptor.Invocation<T> invocation, ExtensionRegistry extensionRegistry, InvocationInterceptorChain.InterceptorCall<T> call) Constructors in org.junit.jupiter.engine.execution with parameters of type InvocationInterceptorChain.InterceptorCallModifierConstructorDescription(package private)
InterceptedInvocation
(InvocationInterceptor.Invocation<T> invocation, InvocationInterceptorChain.InterceptorCall<T> call, InvocationInterceptor interceptor)