public class MockInvocation extends Object implements Invocation
| Constructor and Description |
|---|
MockInvocation(Method method,
Object returnValue,
Object... arguments) |
public MockInvocation(Method method, Object returnValue, Object... arguments)
public Object[] getArguments()
getArguments in interface Invocationpublic Method getMethod()
getMethod in interface Invocationpublic Object getProxy()
getProxy in interface InvocationCopyright © 2005–2014 The Apache Software Foundation. All rights reserved.