Package | Description |
---|---|
com.agical.rmock.core.expectation | |
com.agical.rmock.core.util | |
com.agical.rmock.extension.cglib | |
com.agical.rmock.extension.junit |
Modifier and Type | Method and Description |
---|---|
void |
Engine.setProxyFactory(ProxyFactory proxyFactory) |
Constructor and Description |
---|
InterfaceMethodHandle(String objectId,
String method,
Class[] parameterTypes,
Class returnType,
ProxyFactory proxyFactory) |
Modifier and Type | Class and Description |
---|---|
class |
CglibProxyFactory
(c) Agical AB 2005
|
Constructor and Description |
---|
InterfaceInterceptionInvocationHandler(InvocationHandler invocationHandler,
String id,
Class clazz,
ProxyFactory proxyFactory,
ExpectationsState expectationsState,
InvocationListener invocationListener,
ObjectReferenceRetriever objectReferenceFromStacktrace) |
ObjectInterceptionInvocationHandler(InvocationHandler invocationHandler,
String id,
Class clazz,
ProxyFactory proxyFactory,
ExpectationsState expectationsState,
InvocationListener invocationListener,
ObjectReferenceRetriever objectReferenceFromStacktrace) |
ObjectMockInvocationHandler(InvocationHandler invocationHandler,
String id,
Class clazz,
ProxyFactory proxyFactory,
ExpectationsState expectationsState,
InvocationListener invocationListener,
ObjectReferenceRetriever objectReferenceFromStacktrace) |
Modifier and Type | Method and Description |
---|---|
ProxyFactory |
AbstractMockStrategyTestCase.getProxyFactory() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractMockStrategyTestCase.setProxyFactory(ProxyFactory proxyFactory) |
Copyright © 2005-2013 Agical AB. All Rights Reserved.