Interface | Description |
---|---|
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.
|
Verifiable |
A Verifiable is an object that can confirm at the end of a unit test that
the correct behvaiour has occurred.
|
Class | Description |
---|---|
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.
|
Copyright © 2002 Mock Objects. All Rights Reserved.