Package | Description |
---|---|
org.junit.jupiter.engine.execution |
Internal classes for test execution within the JUnit Jupiter test engine.
|
Modifier and Type | Field and Description |
---|---|
private InvocationInterceptorChain.InterceptorCall<T> |
InvocationInterceptorChain.InterceptedInvocation.call |
Modifier and Type | Method and Description |
---|---|
static InvocationInterceptorChain.InterceptorCall<java.lang.Void> |
InvocationInterceptorChain.InterceptorCall.ofVoid(InvocationInterceptorChain.VoidInterceptorCall call) |
Modifier and Type | Method and Description |
---|---|
private <T> T |
InvocationInterceptorChain.chainAndInvoke(InvocationInterceptor.Invocation<T> invocation,
InvocationInterceptorChain.InterceptorCall<T> call,
java.util.List<InvocationInterceptor> interceptors) |
private <T> InvocationInterceptor.Invocation<T> |
InvocationInterceptorChain.chainInterceptors(InvocationInterceptor.Invocation<T> invocation,
InvocationInterceptorChain.InterceptorCall<T> call,
java.util.List<InvocationInterceptor> interceptors) |
<T> T |
InvocationInterceptorChain.invoke(InvocationInterceptor.Invocation<T> invocation,
ExtensionRegistry extensionRegistry,
InvocationInterceptorChain.InterceptorCall<T> call) |
Constructor and Description |
---|
InterceptedInvocation(InvocationInterceptor.Invocation<T> invocation,
InvocationInterceptorChain.InterceptorCall<T> call,
InvocationInterceptor interceptor) |