Class Summary |
AbstractExpectation |
|
AbstractExpectationCollection |
|
ExceptionalReturnValue |
Sequence of exception 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. |
ExpectationCounter |
|
ExpectationDoubleValue |
|
ExpectationList |
|
ExpectationMap |
|
ExpectationSegment |
|
ExpectationSet |
|
ExpectationValue |
|
MapEntry |
A public MapEntry data type that can be used where the Map.Entry interface is required
(needed because the Sun implementation is package protected) |
MockObject |
|
ReturnObjectBag |
The ReturnObjectBag is a map containing instances of ReturnObjectList. |
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. |
ReturnValue |
The ReturnValue class allows a value to be setup which will then be returned upon a specific
method call. |
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. |
VoidReturnValues |
Sequence of void 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. |