Uses of Interface
com.agical.rmock.core.ProxyFactory

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(java.lang.String objectId, java.lang.String method, java.lang.Class[] parameterTypes, java.lang.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, java.lang.String id, java.lang.Class clazz, ProxyFactory proxyFactory, ExpectationsState expectationsState, InvocationListener invocationListener, ObjectReferenceRetriever objectReferenceFromStacktrace)
           
ObjectInterceptionInvocationHandler(InvocationHandler invocationHandler, java.lang.String id, java.lang.Class clazz, ProxyFactory proxyFactory, ExpectationsState expectationsState, InvocationListener invocationListener, ObjectReferenceRetriever objectReferenceFromStacktrace)
           
ObjectMockInvocationHandler(InvocationHandler invocationHandler, java.lang.String id, java.lang.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)
           
 



Copyright © 2005-2009 Agical AB. All Rights Reserved.