|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProxyFactory | |
---|---|
com.agical.rmock.core.expectation | |
com.agical.rmock.core.util | |
com.agical.rmock.extension.cglib | |
com.agical.rmock.extension.junit |
Uses of ProxyFactory in com.agical.rmock.core.expectation |
---|
Methods in com.agical.rmock.core.expectation with parameters of type ProxyFactory | |
---|---|
void |
Engine.setProxyFactory(ProxyFactory proxyFactory)
|
Uses of ProxyFactory in com.agical.rmock.core.util |
---|
Constructors in com.agical.rmock.core.util with parameters of type ProxyFactory | |
---|---|
InterfaceMethodHandle(String objectId,
String method,
Class[] parameterTypes,
Class returnType,
ProxyFactory proxyFactory)
|
Uses of ProxyFactory in com.agical.rmock.extension.cglib |
---|
Classes in com.agical.rmock.extension.cglib that implement ProxyFactory | |
---|---|
class |
CglibProxyFactory
(c) Agical AB 2005 |
Constructors in com.agical.rmock.extension.cglib with parameters of type ProxyFactory | |
---|---|
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)
|
Uses of ProxyFactory in com.agical.rmock.extension.junit |
---|
Methods in com.agical.rmock.extension.junit that return ProxyFactory | |
---|---|
ProxyFactory |
AbstractMockStrategyTestCase.getProxyFactory()
|
Methods in com.agical.rmock.extension.junit with parameters of type ProxyFactory | |
---|---|
void |
AbstractMockStrategyTestCase.setProxyFactory(ProxyFactory proxyFactory)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |