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:ConstraintEvaluates the constraint for argument o.- Specified by:
evalin interfaceConstraint- Returns:
trueif o meets the constraint,falseif it does not.
-
toString
-