| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface Constraintextends SelfDescribingMethod Summary | |
boolean |
|
Methods inherited from interface org.jmock.core.SelfDescribing | |
describeTo | |
public boolean eval(Object o)
Evaluates the constraint for argument o.
- Parameters:
o- the object against which the constraint is evaluated.
- Returns:
trueif o meets the constraint,falseif it does not.