Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
com.mockobjects.Verifiable

Uses of Verifiable in com.mockobjects
 

Subinterfaces of Verifiable in com.mockobjects
 interface 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.
 interface ExpectationCollection
          An ExpectationCollection is an expectation that supports multiple values, such as lists and sets.
 

Classes in com.mockobjects that implement Verifiable
 class AbstractExpectation
           
 class AbstractExpectationCollection
           
 class ExpectationCounter
           
 class ExpectationDoubleValue
           
 class ExpectationList
           
 class ExpectationMap
           
 class ExpectationSegment
           
 class ExpectationSet
           
 class ExpectationValue
           
 class MockObject
           
 class ReturnObjectBag
          The ReturnObjectBag is a map containing instances of ReturnObjectList.
 class ReturnObjectList
          This class allows a list of objects to be setup which can be used whilst.The list is check to make sure that all the object in it are used and that none are left over at the end of a test.