| Package | Description |
|---|---|
| org.junit.jupiter.engine.execution |
Internal classes for test execution within the JUnit Jupiter test engine.
|
| org.junit.jupiter.engine.extension |
Test extensions specific to the JUnit Jupiter test engine.
|
| Modifier and Type | Field and Description |
|---|---|
private InvocationInterceptor |
InvocationInterceptorChain.InterceptedInvocation.interceptor |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<InvocationInterceptor> |
InvocationInterceptorChain.ValidatingInvocation.interceptors |
| Modifier and Type | Method and Description |
|---|---|
T |
InvocationInterceptorChain.InterceptorCall.apply(InvocationInterceptor interceptor,
InvocationInterceptor.Invocation<T> invocation) |
T |
ExecutableInvoker.ReflectiveInterceptorCall.apply(InvocationInterceptor interceptor,
InvocationInterceptor.Invocation<T> invocation,
ReflectiveInvocationContext<E> invocationContext,
ExtensionContext extensionContext) |
void |
InvocationInterceptorChain.VoidInterceptorCall.apply(InvocationInterceptor interceptor,
InvocationInterceptor.Invocation<java.lang.Void> invocation) |
void |
ExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall.apply(InvocationInterceptor interceptor,
InvocationInterceptor.Invocation<java.lang.Void> invocation,
ReflectiveInvocationContext<java.lang.reflect.Method> invocationContext,
ExtensionContext extensionContext) |
| 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) |
| Constructor and Description |
|---|
InterceptedInvocation(InvocationInterceptor.Invocation<T> invocation,
InvocationInterceptorChain.InterceptorCall<T> call,
InvocationInterceptor interceptor) |
| Constructor and Description |
|---|
ValidatingInvocation(InvocationInterceptor.Invocation<T> delegate,
java.util.List<InvocationInterceptor> interceptors) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
TimeoutExtension |