public class MockInvocation extends java.lang.Object implements IMockInvocation
| Constructor and Description |
|---|
MockInvocation(IMockObject mockObject,
java.lang.reflect.Method method,
java.util.List<java.lang.Object> arguments) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Object> |
getArguments()
The arguments for the invocation.
|
java.lang.reflect.Method |
getMethod()
The invoked method.
|
IMockObject |
getMockObject()
The mock object that received the invocation.
|
java.lang.String |
toString() |
public MockInvocation(IMockObject mockObject, java.lang.reflect.Method method, java.util.List<java.lang.Object> arguments)
public IMockObject getMockObject()
IMockInvocationgetMockObject in interface IMockInvocationpublic java.lang.reflect.Method getMethod()
IMockInvocationgetMethod in interface IMockInvocationpublic java.util.List<java.lang.Object> getArguments()
IMockInvocationgetArguments in interface IMockInvocationpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2013. All rights reserved