Uses of Class
org.easymock.internal.matchers.CompareTo
-
Packages that use CompareTo Package Description org.easymock.internal.matchers -
-
Uses of CompareTo in org.easymock.internal.matchers
Subclasses of CompareTo in org.easymock.internal.matchers Modifier and Type Class Description classCompareEqual<T extends java.lang.Comparable<T>>Matches if the argument is equal when compared (as inComparable.compareTo() == 0) to the given value.classGreaterOrEqual<T extends java.lang.Comparable<T>>Matches if the argument is greater or equal to the given value.classGreaterThan<T extends java.lang.Comparable<T>>Matches if the argument is strictly greater than the given value.classLessOrEqual<T extends java.lang.Comparable<T>>Matches if the argument is less or equal to the given value.classLessThan<T extends java.lang.Comparable<T>>Match if the argument is less than the given value.
-