Uses of Interface
org.junit.jupiter.engine.execution.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
Modifier and TypeMethodDescriptionInvocationInterceptorChain.InterceptorCall.ofVoid
(InvocationInterceptorChain.VoidInterceptorCall call) Modifier and TypeMethodDescription<T> T
InvocationInterceptorChain.invoke
(InvocationInterceptor.Invocation<T> invocation, ExtensionRegistry extensionRegistry, InvocationInterceptorChain.InterceptorCall<T> call)