Package | Description |
---|---|
org.junit.jupiter.engine.execution |
Internal classes for test execution within the JUnit Jupiter test engine.
|
Modifier and Type | Method and Description |
---|---|
static InvocationInterceptorChain.InterceptorCall<Void> |
InvocationInterceptorChain.InterceptorCall.ofVoid(InvocationInterceptorChain.VoidInterceptorCall call) |
Modifier and Type | Method and Description |
---|---|
<T> T |
InvocationInterceptorChain.invoke(InvocationInterceptor.Invocation<T> invocation,
ExtensionRegistry extensionRegistry,
InvocationInterceptorChain.InterceptorCall<T> call) |
Copyright © 2020. All rights reserved.