Package com.mockobjects.constraint
Class IsNull
java.lang.Object
com.mockobjects.constraint.IsNull
- All Implemented Interfaces:
Constraint
Is the value null?
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IsNull
public IsNull()
-
-
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
-