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 Invocation
public Method getMethod()
getMethod
in interface Invocation
public Object getProxy()
getProxy
in interface Invocation
Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.