Package com.mockobjects.constraint
Class IsGreaterThan
java.lang.Object
com.mockobjects.constraint.IsGreaterThan
- All Implemented Interfaces:
Constraint
Is the value greater than another
Comparable
value?-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IsGreaterThan
-
-
Method Details
-
eval
Description copied from interface:Constraint
Evaluates the constraint for argument o.- Specified by:
eval
in interfaceConstraint
- Returns:
true
if o meets the constraint,false
if it does not.
-
toString
-