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 Summary
Fields -
Constructor Summary
Constructors -
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
-
constructor
-
arguments
-
-
Constructor Details
-
ConstructorInvocation
ConstructorInvocation(Constructor<T> constructor, Object[] arguments)
-
-
Method Details
-
getTargetClass
- Specified by:
getTargetClass
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>
-
getTarget
- Specified by:
getTarget
in interfaceorg.junit.jupiter.api.extension.ReflectiveInvocationContext<T>
-
proceed
- Specified by:
proceed
in interfaceorg.junit.jupiter.api.extension.InvocationInterceptor.Invocation<T>
-