public class IsNull extends java.lang.Object implements Constraint
| Constructor and Description |
|---|
IsNull() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
eval(java.lang.Object o)
Evaluates the constraint for argument o.
|
java.lang.String |
toString() |
public boolean eval(java.lang.Object o)
Constrainteval in interface Constrainttrue if o meets the constraint,
false if it does not.public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2002 Mock Objects. All Rights Reserved.