Uses of Interface
com.agical.rmock.core.expectation.reference.ObjectReference

Packages that use ObjectReference
com.agical.rmock.core.expectation   
com.agical.rmock.core.expectation.reference   
com.agical.rmock.extension.cglib   
 

Uses of ObjectReference in com.agical.rmock.core.expectation
 

Methods in com.agical.rmock.core.expectation with parameters of type ObjectReference
 void InvocationListener.invocation(ObjectReference caller, ObjectReference callee, MethodReference methodReference, ObjectReference[] arguments)
           
 void InvocationListener.invocation(ObjectReference caller, ObjectReference callee, MethodReference methodReference, ObjectReference[] arguments)
           
 

Uses of ObjectReference in com.agical.rmock.core.expectation.reference
 

Classes in com.agical.rmock.core.expectation.reference that implement ObjectReference
 class BasicObjectReference
           
 class PropertyObjectReference
           
 

Fields in com.agical.rmock.core.expectation.reference declared as ObjectReference
static ObjectReference ObjectReference.NULL
           
 

Methods in com.agical.rmock.core.expectation.reference that return ObjectReference
 ObjectReference[] ObjectReferenceFactory.getObjectReferenceArray(Object[] arguments)
           
 

Uses of ObjectReference in com.agical.rmock.extension.cglib
 

Methods in com.agical.rmock.extension.cglib that return ObjectReference
 ObjectReference ObjectReferenceRetriever.getObjectReferenceFromProxy(Object object)
           
 ObjectReference CglibProxyFactory.getObjectReferenceFromProxy(Object object)
           
 ObjectReference ObjectReferenceRetriever.getObjectReferenceFromStackTrace(String stacktrace, int lineToUse)
           
 ObjectReference CglibProxyFactory.getObjectReferenceFromStackTrace(String stacktrace, int lineToUse)
           
 



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