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: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
-