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