Uses of Class
org.easymock.internal.matchers.CompareTo
-
Uses of CompareTo in org.easymock.internal.matchers
Modifier and TypeClassDescriptionclass
CompareEqual<T extends Comparable<T>>
Matches if the argument is equal when compared (as inComparable.compareTo() == 0
) to the given value.class
GreaterOrEqual<T extends Comparable<T>>
Matches if the argument is greater or equal to the given value.class
GreaterThan<T extends Comparable<T>>
Matches if the argument is strictly greater than the given value.class
LessOrEqual<T extends Comparable<T>>
Matches if the argument is less or equal to the given value.class
LessThan<T extends Comparable<T>>
Match if the argument is less than the given value.