Package com.mockobjects.constraint
Class IsNot
java.lang.Object
com.mockobjects.constraint.IsNot
- All Implemented Interfaces:
Constraint
Calculates the logical negation of a constraint.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IsNot
-
-
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
-