com.mockobjects.constraint
public class IsSame extends Object implements Constraint
Constructor Summary | |
---|---|
IsSame(Object o) Creates a new instance of IsSame
|
Method Summary | |
---|---|
boolean | eval(Object arg) |
String | toString() |
Parameters: o The predicate evaluates to true only when the argument is this object.