Class ConstructorInvocation<T>
java.lang.Object
org.junit.jupiter.engine.execution.ConstructorInvocation<T>
- All Implemented Interfaces:
org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<T>, org.junit.jupiter.api.extension.ReflectiveInvocationContext<Constructor<T>>
class ConstructorInvocation<T>
extends Object
implements org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<T>, org.junit.jupiter.api.extension.ReflectiveInvocationContext<Constructor<T>>
-
Field Details
-
constructor
-
arguments
-
-
Constructor Details
-
ConstructorInvocation
ConstructorInvocation(Constructor<T> constructor, Object[] arguments)
-
-
Method Details
-
getTargetClass
-
getExecutable
- Specified by:
getExecutablein interfaceorg.junit.jupiter.api.extension.ReflectiveInvocationContext<T>
-
getArguments
-
getTarget
-
proceed
-