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
Fields in org.junit.jupiter.engine.execution declared as InvocationInterceptorChain.InterceptorCall Modifier and Type Field Description private InvocationInterceptorChain.InterceptorCall<T>
InvocationInterceptorChain.InterceptedInvocation. call
Methods in org.junit.jupiter.engine.execution that return InvocationInterceptorChain.InterceptorCall Modifier and Type Method Description static InvocationInterceptorChain.InterceptorCall<java.lang.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 private <T> T
InvocationInterceptorChain. chainAndInvoke(org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<T> invocation, InvocationInterceptorChain.InterceptorCall<T> call, java.util.List<org.junit.jupiter.api.extension.InvocationInterceptor> interceptors)
private <T> org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<T>
InvocationInterceptorChain. chainInterceptors(org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<T> invocation, InvocationInterceptorChain.InterceptorCall<T> call, java.util.List<org.junit.jupiter.api.extension.InvocationInterceptor> interceptors)
<T> T
InvocationInterceptorChain. invoke(org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<T> invocation, ExtensionRegistry extensionRegistry, InvocationInterceptorChain.InterceptorCall<T> call)
Constructors in org.junit.jupiter.engine.execution with parameters of type InvocationInterceptorChain.InterceptorCall Constructor Description InterceptedInvocation(org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<T> invocation, InvocationInterceptorChain.InterceptorCall<T> call, org.junit.jupiter.api.extension.InvocationInterceptor interceptor)
-