Uses of Interface
com.agical.rmock.core.expectation.ExpectationsState

Packages that use ExpectationsState
com.agical.rmock.core.expectation   
com.agical.rmock.core.strategy.impl   
com.agical.rmock.extension.cglib   
 

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

Classes in com.agical.rmock.core.expectation that implement ExpectationsState
 class Engine
          (c) Agical AB 2005
 

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

Uses of ExpectationsState in com.agical.rmock.core.strategy.impl
 

Methods in com.agical.rmock.core.strategy.impl with parameters of type ExpectationsState
 void BeginVerifyStep.setExpectationState(ExpectationsState expectationState)
           
 

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

Methods in com.agical.rmock.extension.cglib with parameters of type ExpectationsState
protected  void BaseInvocationHandler.sendInvocationListenerEvent(Object target, Object[] arguments, Method method, InvocationListener invocationListener, ObjectReferenceRetriever objectReferenceFromStacktrace, ExpectationsState expectationsState)
           
 void CglibProxyFactory.setExpectationState(ExpectationsState expectationsState)
           
 

Constructors in com.agical.rmock.extension.cglib with parameters of type ExpectationsState
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)
           
ObjectMonitorInvocationHandler(InvocationHandler invocationHandler, String id, Class clazz, InvocationListener invocationListener, ObjectReferenceRetriever objectReferenceFromStacktrace, ExpectationsState expectationsState)
           
 



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