Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jmock.core.constraint.IsAnything
true
.
Method Summary | |
StringBuffer |
|
boolean |
|
public StringBuffer describeTo(StringBuffer buffer)
- Specified by:
- describeTo in interface SelfDescribing
public boolean eval(Object o)
Evaluates the constraint for argument o.
- Specified by:
- eval in interface Constraint
- Parameters:
o
- the object against which the constraint is evaluated.
- Returns:
true
if o meets the constraint,false
if it does not.