com.mockobjects.constraint
Class IsNot
java.lang.Objectcom.mockobjects.constraint.IsNot
- Constraint
public class IsNot
extends java.lang.Object
Calculates the logical negation of a constraint.
boolean | eval(Object arg)- Evaluates the constraint for argument o.
|
String | toString()
|
eval
public boolean eval(Object arg)
Evaluates the constraint for argument o.
- eval in interface Constraint
true if o meets the constraint,
false if it does not.
toString
public String toString()
Copyright © 2002 Mock Objects. All Rights Reserved.