Uses of Package
org.jmock.expectation

Packages that use org.jmock.expectation
org.jmock   
org.jmock.dynamic   
org.jmock.expectation   
org.jmock.matcher   
 

Classes in org.jmock.expectation used by org.jmock
Verifiable
          A Verifiable is an object that can confirm at the end of a unit test that the correct behvaiour has occurred.
 

Classes in org.jmock.expectation used by org.jmock.dynamic
Verifiable
          A Verifiable is an object that can confirm at the end of a unit test that the correct behvaiour has occurred.
 

Classes in org.jmock.expectation used by org.jmock.expectation
AbstractExpectation
           
AbstractExpectationCollection
           
Expectation
          An Expectation is an object that we set up at the beginning of a unit test to expect certain things to happen to it.
ExpectationCollection
          An ExpectationCollection is an expectation that supports multiple values, such as lists and sets.
MockObject
           
Null
          A class that represents the null value.
ReturnValues
          Sequence values as required by MockMaker This is a generic class that should have been introduced to the mockobjects code stream instead of being separately included in org.mockobjects.
Verifiable
          A Verifiable is an object that can confirm at the end of a unit test that the correct behvaiour has occurred.
 

Classes in org.jmock.expectation used by org.jmock.matcher
Verifiable
          A Verifiable is an object that can confirm at the end of a unit test that the correct behvaiour has occurred.
 



Copyright © 2003 jMock.org. All Rights Reserved.