com.mockobjects.constraint
Class IsAnything
java.lang.Object
com.mockobjects.constraint.IsAnything
- Constraint
public class IsAnything
extends java.lang.Object
A constraint that always returns true
.
boolean | eval(Object o) - Evaluates the constraint for argument o.
|
String | toString()
|
IsAnything
public IsAnything()
eval
public boolean eval(Object o)
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.