All Classes and Interfaces
Class
Description
$Revision: 1.1 $
Calculates the logical conjunction of two constraints.
Convenient factory functions and constants for building predicates.
Abstract DataSource for use with mock testing.
A constraint over acceptable values.
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.
An Expectation is an object that we set up at the beginning of a unit test to
expect certain things to happen to it.
An ExpectationCollection is an expectation that supports multiple values, such as lists
and sets.
$Revision: 1.1 $
A constraint that always returns
true
.Is the value a number equal to a value within some range of
acceptable error?
Is the value equal to another value, as tested by the
Object.equals(java.lang.Object)
method?Tests if the value is an event announced by a specific object.
Is the value greater than another
Comparable
value?Tests whether the value is an instance of a class.
Is the value less than another
Comparable
value?Calculates the logical negation of a constraint.
Is the value null?
Is the value the same object as another value?
A public MapEntry data type that can be used where the Map.Entry interface is required
(needed because the Sun implementation is package protected)
MockArray.java
Deprecated.
Use temporary class MockConnection2
MockConnection2 is a tempary replacement for the MockConnection.
Empty implementation of
CommonMockDataSource
.MockMapMessage
Mock object for a PropertyChangeListener.
Minimal implementation of ResultSetMetaData for testing.
A mock
Writer
.A class that represents the
null
value.Calculates the logical disjunction of two constraints.
The ReturnObjectBag is a map containing instances of 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.
The ReturnValue class allows a value to be setup which will then be returned upon a specific
method call.
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.
Sets up mock servlet objects in a common configuration.
Singleton to fill in a JUnit Test composite for use in a suite method.
Sets up mock tag objects in a common configuration.
Provides a level of indirection from TestCase so you can accomodate
JUnit interface changes (like the change from 2.x to 3.1)
A Verifiable is an object that can confirm at the end of a unit test that
the correct behvaiour has occurred.
Helper class to verify all
Expectation
s
of an object.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.