com.mockobjects.constraint

Class IsGreaterThan

public class IsGreaterThan extends Object implements Constraint

Is the value greater than another java.lang.Comparable value?
Constructor Summary
IsGreaterThan(Comparable o)
Method Summary
booleaneval(Object arg)
StringtoString()

Constructor Detail

IsGreaterThan

public IsGreaterThan(Comparable o)

Method Detail

eval

public boolean eval(Object arg)

toString

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