All Classes and Interfaces

Class
Description
 
 
 
 
Calculates the logical conjunction of two constraints.
 
 
 
 
 
 
A constraint over acceptable values.
 
A partial implementation of the Stub interface that makes it convenient to implement application-specific stubs with inline anonymous classes:
 
 
Deprecated.
Use MockObjectTestCase.newDummy instead
 
 
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.
 
 
 
 
 
 
 
 
 
Constraint that checks that an object has a JavaBean property with the specified name.
Constraint that asserts that a JavaBean property on an argument passed to the mock object meets the provided constraint.
 
 
The static details about a method and the run-time details of its invocation.
 
 
 
 
 
 
 
 
 
 
 
 
 
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) invokedMethod?
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)
 
 
 
 
 
 
A base class for tests that use Mock Objects.
 
 
 
A class that represents the null value.
Calculates the logical disjunction of two constraints.
Utility class for accessing properties on JavaBean objects.
 
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 invokedMethod 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.
An object that can describe itself.
 
Tests if the argument is a string that contains a substring.
Tests if the argument is a string that contains a substring.
Tests if the argument is a string that contains a substring.
An object that stubs the behaviour of a invokedMethod invocation on behalf of an Invokable object.
 
 
 
 
 
 
 
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 Verifiable fields of an object.
A TestCase that verifies Verifiable fields and registered Verifiable objects after the test has run and before the fixture has been torn down.
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.