| Constructor and Description |
|---|
ForwardingAction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
Object |
invocation(Object[] arguments,
MethodHandle methodHandle)
Called when an invocation is made.
|
public Object invocation(Object[] arguments, MethodHandle methodHandle) throws Throwable
Actioninvocation in interface Actionarguments - The arguments passed to the invoked methodmethodHandle - A method handle that can optionally be used to invoke the equivalent method
of the mocked/intercepted class.ExceptionThrowableAction.invocation(java.lang.Object[], com.agical.rmock.core.MethodHandle)Copyright © 2005-2013 Agical AB. All Rights Reserved.