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

Packages that use Action
com.agical.rmock.core   
com.agical.rmock.core.action   
com.agical.rmock.core.expectation   
com.agical.rmock.core.expectation.modification   
com.agical.rmock.core.expectation.modification.impl   
 

Uses of Action in com.agical.rmock.core
 

Methods in com.agical.rmock.core that return Action
 Action Expectation.getAction()
           
 

Uses of Action in com.agical.rmock.core.action
 

Classes in com.agical.rmock.core.action that implement Action
 class ForwardingAction
          (c) Agical AB 2005
 class ReturnAction
          (c) Agical AB 2005
 class ThrowsAction
          (c) Agical AB 2005
 

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

Methods in com.agical.rmock.core.expectation that return Action
 Action ExpectationImpl.getAction()
           
 Action InvocationExpectationVisitor.getMatchedAction()
           
 

Methods in com.agical.rmock.core.expectation with parameters of type Action
 void ExpectationImpl.setAction(Action action)
           
 

Uses of Action in com.agical.rmock.core.expectation.modification
 

Methods in com.agical.rmock.core.expectation.modification with parameters of type Action
 void ActionModifier.perform(Action action)
           
 void ModifiableExpectation.setAction(Action action)
           
 

Uses of Action in com.agical.rmock.core.expectation.modification.impl
 

Methods in com.agical.rmock.core.expectation.modification.impl with parameters of type Action
 void ExpectationModifierImpl.perform(Action action)
           
 



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