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

Packages that use Visitable
com.agical.rmock.core   
com.agical.rmock.core.expectation   
com.agical.rmock.core.expectation.modification   
com.agical.rmock.core.expectation.section   
 

Uses of Visitable in com.agical.rmock.core
 

Subinterfaces of Visitable in com.agical.rmock.core
 interface Expectation
          An expectation is a collection of attributes represening an expected method call.
 interface Section
          A section groups expectations so that they are easier to identify in error messages.
 

Methods in com.agical.rmock.core with parameters of type Visitable
 void Section.add(Visitable visitable)
          Adds an expectaion or subsection to this section
 

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

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

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

Subinterfaces of Visitable in com.agical.rmock.core.expectation.modification
 interface ModifiableExpectation
           
 

Uses of Visitable in com.agical.rmock.core.expectation.section
 

Classes in com.agical.rmock.core.expectation.section that implement Visitable
 class AnyOrderSection
          (c) Agical AB 2005
 class OrderedSection
          (c) Agical AB 2005
 class OverridableSection
           
 class StackedSection
           
 

Methods in com.agical.rmock.core.expectation.section with parameters of type Visitable
 void StackedSection.add(Visitable visitable)
           
 void OrderedSection.add(Visitable visitable)
           
 void OverridableSection.add(Visitable visitable)
           
 void AnyOrderSection.add(Visitable visitable)
           
 



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