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

Packages that use Expectation
com.agical.rmock.core   
com.agical.rmock.core.describe.impl   
com.agical.rmock.core.expectation   
com.agical.rmock.core.expectation.modification   
 

Uses of Expectation in com.agical.rmock.core
 

Methods in com.agical.rmock.core with parameters of type Expectation
 boolean ExpectationVisitor.visit(Expectation expectation, boolean available)
          Visits expectations
 

Uses of Expectation in com.agical.rmock.core.describe.impl
 

Methods in com.agical.rmock.core.describe.impl that return Expectation
 Expectation[] DocumentExpectationsVisitor.getMatchedExpectations()
           
 

Methods in com.agical.rmock.core.describe.impl with parameters of type Expectation
 void ExpectationDescriberImpl.describe(Expectation expectation)
           
 boolean DocumentExpectationsVisitor.visit(Expectation expectation, boolean available)
           
 

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

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

Methods in com.agical.rmock.core.expectation with parameters of type Expectation
 boolean InvocationExpectationVisitor.visit(Expectation expectation, boolean available)
           
 boolean ExpectationCounterVisitor.visit(Expectation expectation, boolean available)
           
 

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

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



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