Class | Description |
---|---|
IsCloseTo |
Is the value a number equal to a value within some range of
acceptable error?
|
IsGreaterThan<T extends java.lang.Comparable<T>> |
Is the value less than or greater than another
Comparable value? |
OrderingComparisons |
Matchers that perform numeric comparisons.