Package | Description |
---|---|
com.agical.rmock.core | |
com.agical.rmock.core.action | |
com.agical.rmock.core.expectation | |
com.agical.rmock.core.util |
Modifier and Type | Method and Description |
---|---|
Object |
Action.invocation(Object[] arguments,
MethodHandle methodHandle)
Called when an invocation is made.
|
Object |
InvocationHandler.invocation(String id,
Class objectType,
String method,
Object[] arguments,
MethodHandle methodHandle)
Called when an invocation is made to a mock.
|
Modifier and Type | Method and Description |
---|---|
Object |
ReturnAction.invocation(Object[] arguments,
MethodHandle methodHandle) |
Object |
ThrowsAction.invocation(Object[] arguments,
MethodHandle methodHandle) |
Object |
ForwardingAction.invocation(Object[] arguments,
MethodHandle methodHandle) |
Modifier and Type | Method and Description |
---|---|
Object |
Engine.invocation(String id,
Class objectType,
String method,
Object[] arguments,
MethodHandle methodHandle) |
Modifier and Type | Class and Description |
---|---|
class |
ForwardingMethodHandle
(c) Agical AB 2005
|
class |
InterfaceMethodHandle
(c) Agical AB 2005
|
Copyright © 2005-2013 Agical AB. All Rights Reserved.