Package com.mockobjects.constraint
Interface Constraint
-
- All Known Implementing Classes:
And,IsAnything,IsCloseTo,IsEqual,IsEventFrom,IsGreaterThan,IsInstanceOf,IsLessThan,IsNot,IsNull,IsSame,Or
public interface ConstraintA constraint over acceptable values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleaneval(java.lang.Object o)Evaluates the constraint for argument o.
-