class MockInvocation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.reflect.Method |
method |
private MethodInvocationControl |
methodInvocationControl |
private java.lang.String |
methodName |
private java.lang.Object |
object |
private java.lang.Class<?> |
objectType |
private java.lang.Class<?>[] |
sig |
Constructor and Description |
---|
MockInvocation(java.lang.Object object,
java.lang.String methodName,
java.lang.Class<?>... sig) |
Modifier and Type | Method and Description |
---|---|
private static java.lang.reflect.Method |
findMethodToInvoke(java.lang.String methodName,
java.lang.Class<?>[] sig,
java.lang.Class<?> objectType) |
(package private) java.lang.reflect.Method |
getMethod() |
(package private) MethodInvocationControl |
getMethodInvocationControl() |
(package private) java.lang.Class<?> |
getObjectType() |
private void |
init() |
private java.lang.Object object
private java.lang.String methodName
private java.lang.Class<?>[] sig
private java.lang.Class<?> objectType
private MethodInvocationControl methodInvocationControl
private java.lang.reflect.Method method
MockInvocation(java.lang.Object object, java.lang.String methodName, java.lang.Class<?>... sig)
private void init()
java.lang.Class<?> getObjectType()
MethodInvocationControl getMethodInvocationControl()
java.lang.reflect.Method getMethod()
private static java.lang.reflect.Method findMethodToInvoke(java.lang.String methodName, java.lang.Class<?>[] sig, java.lang.Class<?> objectType)