Uses of Interface
org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.ReflectiveInterceptorCall
-
Packages that use InterceptingExecutableInvoker.ReflectiveInterceptorCall Package Description org.junit.jupiter.engine.descriptor Test descriptors used within the JUnit Jupiter test engine.org.junit.jupiter.engine.execution Internal classes for test execution within the JUnit Jupiter test engine. -
-
Uses of InterceptingExecutableInvoker.ReflectiveInterceptorCall in org.junit.jupiter.engine.descriptor
Fields in org.junit.jupiter.engine.descriptor declared as InterceptingExecutableInvoker.ReflectiveInterceptorCall Modifier and Type Field Description private static InterceptingExecutableInvoker.ReflectiveInterceptorCall<java.lang.reflect.Method,java.lang.Void>TestMethodTestDescriptor. defaultInterceptorCallprivate static InterceptingExecutableInvoker.ReflectiveInterceptorCall<java.lang.reflect.Method,java.lang.Object>TestFactoryTestDescriptor. interceptorCallprivate InterceptingExecutableInvoker.ReflectiveInterceptorCall<java.lang.reflect.Method,java.lang.Void>TestMethodTestDescriptor. interceptorCallprivate static InterceptingExecutableInvoker.ReflectiveInterceptorCall<java.lang.reflect.Method,java.lang.Void>TestTemplateInvocationTestDescriptor. interceptorCallConstructors in org.junit.jupiter.engine.descriptor with parameters of type InterceptingExecutableInvoker.ReflectiveInterceptorCall Constructor Description TestMethodTestDescriptor(UniqueId uniqueId, java.lang.String displayName, java.lang.Class<?> testClass, java.lang.reflect.Method testMethod, JupiterConfiguration configuration, InterceptingExecutableInvoker.ReflectiveInterceptorCall<java.lang.reflect.Method,java.lang.Void> interceptorCall) -
Uses of InterceptingExecutableInvoker.ReflectiveInterceptorCall in org.junit.jupiter.engine.execution
Methods in org.junit.jupiter.engine.execution that return InterceptingExecutableInvoker.ReflectiveInterceptorCall Modifier and Type Method Description static InterceptingExecutableInvoker.ReflectiveInterceptorCall<java.lang.reflect.Method,java.lang.Void>InterceptingExecutableInvoker.ReflectiveInterceptorCall. ofVoidMethod(InterceptingExecutableInvoker.ReflectiveInterceptorCall.VoidMethodInterceptorCall call)Methods in org.junit.jupiter.engine.execution with parameters of type InterceptingExecutableInvoker.ReflectiveInterceptorCall Modifier and Type Method Description <T> TInterceptingExecutableInvoker. invoke(java.lang.reflect.Constructor<T> constructor, java.util.Optional<java.lang.Object> outerInstance, ExtensionContextSupplier extensionContext, ExtensionRegistry extensionRegistry, InterceptingExecutableInvoker.ReflectiveInterceptorCall<java.lang.reflect.Constructor<T>,T> interceptorCall)Invoke the supplied constructor with the supplied outer instance and dynamic parameter resolution.<T> TInterceptingExecutableInvoker. invoke(java.lang.reflect.Method method, java.lang.Object target, org.junit.jupiter.api.extension.ExtensionContext extensionContext, ExtensionRegistry extensionRegistry, InterceptingExecutableInvoker.ReflectiveInterceptorCall<java.lang.reflect.Method,T> interceptorCall)Invoke the supplied method with dynamic parameter resolution.private <E extends java.lang.reflect.Executable,T>
TInterceptingExecutableInvoker. invoke(org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<T> originalInvocation, org.junit.jupiter.api.extension.ReflectiveInvocationContext<E> invocationContext, org.junit.jupiter.api.extension.ExtensionContext extensionContext, ExtensionRegistry extensionRegistry, InterceptingExecutableInvoker.ReflectiveInterceptorCall<E,T> call)private <E extends java.lang.reflect.Executable,T>
TInterceptingExecutableInvoker. invoke(org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<T> originalInvocation, org.junit.jupiter.api.extension.ReflectiveInvocationContext<E> invocationContext, ExtensionContextSupplier extensionContext, ExtensionRegistry extensionRegistry, InterceptingExecutableInvoker.ReflectiveInterceptorCall<E,T> call)
-