Class MethodInvocation<T>
java.lang.Object
org.junit.jupiter.engine.execution.MethodInvocation<T>
- All Implemented Interfaces:
org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<T>
,org.junit.jupiter.api.extension.ReflectiveInvocationContext<Method>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMethodInvocation
(Method method, Optional<Object> target, Object[] arguments) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.junit.jupiter.api.extension.InvocationInterceptor.Invocation
skip
-
Field Details
-
method
-
target
-
arguments
-
-
Constructor Details
-
MethodInvocation
-
-
Method Details
-
getTargetClass
- Specified by:
getTargetClass
in interfaceorg.junit.jupiter.api.extension.ReflectiveInvocationContext<T>
-
getTarget
- Specified by:
getTarget
in interfaceorg.junit.jupiter.api.extension.ReflectiveInvocationContext<T>
-
getExecutable
- Specified by:
getExecutable
in interfaceorg.junit.jupiter.api.extension.ReflectiveInvocationContext<T>
-
getArguments
- Specified by:
getArguments
in interfaceorg.junit.jupiter.api.extension.ReflectiveInvocationContext<T>
-
proceed
- Specified by:
proceed
in interfaceorg.junit.jupiter.api.extension.InvocationInterceptor.Invocation<T>
-