Uses of Interface
org.junit.jupiter.engine.execution.ExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall
Packages that use ExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall
Package
Description
Test descriptors used within the JUnit Jupiter test engine.
Internal classes for test execution within the JUnit Jupiter test engine.
-
Uses of ExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall in org.junit.jupiter.engine.descriptor
Methods in org.junit.jupiter.engine.descriptor with parameters of type ExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCallModifier and TypeMethodDescriptionprivate void
ClassBasedTestDescriptor.invokeMethodInExtensionContext
(Method method, org.junit.jupiter.api.extension.ExtensionContext context, ExtensionRegistry registry, ExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall interceptorCall) -
Uses of ExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall in org.junit.jupiter.engine.execution
Methods in org.junit.jupiter.engine.execution with parameters of type ExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCallModifier and TypeMethodDescriptionExecutableInvoker.ReflectiveInterceptorCall.ofVoidMethod
(ExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall call)