Uses of Interface
org.jmock.api.Expectation

Packages that use Expectation
org.jmock   
org.jmock.internal   
 

Uses of Expectation in org.jmock
 

Methods in org.jmock with parameters of type Expectation
 void Mockery.addExpectation(Expectation expectation)
          Adds an expected invocation that the object under test will perform upon objects in its context during the test.
 

Uses of Expectation in org.jmock.internal
 

Classes in org.jmock.internal that implement Expectation
 class InvocationExpectation
          An expectation of zero or more matching invocations.
 

Methods in org.jmock.internal that return Expectation
 Expectation InvocationExpectationBuilder.toExpectation(Action defaultAction)
           
 

Methods in org.jmock.internal with parameters of type Expectation
 void InvocationDispatcher.add(Expectation expectation)
           
 void ExpectationCollector.add(Expectation expectation)
           
 



Copyright © 2003-2012 jMock. All Rights Reserved.