Package com.mockobjects.constraint

Interface Summary

ConstraintA constraint over acceptable values.

Class Summary

AndCalculates the logical conjunction of two constraints.
IsAnythingA constraint that always returns true.
IsCloseToIs the value a number equal to a value within some range of acceptable error?
IsEqualIs the value equal to another value, as tested by the java.lang.Object.equals method?
IsEventFromTests if the value is an event announced by a specific object.
IsGreaterThan Is the value greater than another java.lang.Comparable value?
IsInstanceOfTests whether the value is an instance of a class.
IsLessThanIs the value less than another java.lang.Comparable value?
IsNotCalculates the logical negation of a constraint.
IsNullIs the value null?
IsSameIs the value the same object as another value?
OrCalculates the logical disjunction of two constraints.

Copyright © 2002 Mock Objects. All Rights Reserved.