com.mockobjects.constraint

Class IsNull

public class IsNull extends Object implements Constraint

Is the value null?
Constructor Summary
IsNull()
Method Summary
booleaneval(Object o)
StringtoString()

Constructor Detail

IsNull

public IsNull()

Method Detail

eval

public boolean eval(Object o)

toString

public String toString()
Copyright © 2002 Mock Objects. All Rights Reserved.