Uses of Interface
org.junit.jupiter.engine.execution.InvocationInterceptorChain.InterceptorCall
-
Packages that use InvocationInterceptorChain.InterceptorCall Package Description org.junit.jupiter.engine.execution Internal classes for test execution within the JUnit Jupiter test engine. -
-
Uses of InvocationInterceptorChain.InterceptorCall in org.junit.jupiter.engine.execution
Methods in org.junit.jupiter.engine.execution that return InvocationInterceptorChain.InterceptorCall Modifier and Type Method Description static InvocationInterceptorChain.InterceptorCall<Void>
InvocationInterceptorChain.InterceptorCall. ofVoid(InvocationInterceptorChain.VoidInterceptorCall call)
Methods in org.junit.jupiter.engine.execution with parameters of type InvocationInterceptorChain.InterceptorCall Modifier and Type Method Description <T> T
InvocationInterceptorChain. invoke(InvocationInterceptor.Invocation<T> invocation, ExtensionRegistry extensionRegistry, InvocationInterceptorChain.InterceptorCall<T> call)
-