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 ExecutableInvoker.ReflectiveInterceptorCall<Method,Void> |
ExecutableInvoker.ReflectiveInterceptorCall.ofVoidMethod(ExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall call) |
Modifier and Type | Method and Description |
---|---|
<T> T |
ExecutableInvoker.invoke(Constructor<T> constructor,
Optional<Object> outerInstance,
ExtensionContext extensionContext,
ExtensionRegistry extensionRegistry,
ExecutableInvoker.ReflectiveInterceptorCall<Constructor<T>,T> interceptorCall)
Invoke the supplied constructor with the supplied outer instance and
dynamic parameter resolution.
|
<T> T |
ExecutableInvoker.invoke(Method method,
Object target,
ExtensionContext extensionContext,
ExtensionRegistry extensionRegistry,
ExecutableInvoker.ReflectiveInterceptorCall<Method,T> interceptorCall)
Invoke the supplied
static method with dynamic parameter resolution. |
Copyright © 2020. All rights reserved.