|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ComparableAssert in org.fest.assertions |
|---|
| Subclasses of ComparableAssert in org.fest.assertions | |
|---|---|
class |
BigDecimalAssert
Understands assertion methods for . |
| Methods in org.fest.assertions that return ComparableAssert | |
|---|---|
protected abstract ComparableAssert<T> |
ComparableAssert.isEqualByComparingTo(T expected)
Verifies that the actual is equal to the given one. |
protected abstract ComparableAssert<T> |
ComparableAssert.isGreaterThan(T other)
Verifies that the actual is greater than the given one. |
protected abstract ComparableAssert<T> |
ComparableAssert.isGreaterThanOrEqualTo(T other)
Verifies that the actual is greater than or equal to the given one. |
protected abstract ComparableAssert<T> |
ComparableAssert.isLessThan(T other)
Verifies that the actual is less than the given one. |
protected abstract ComparableAssert<T> |
ComparableAssert.isLessThanOrEqualTo(T other)
Verifies that the actual is less than or equal to the given one. |
protected abstract ComparableAssert<T> |
ComparableAssert.isNotEqualByComparingTo(T expected)
Verifies that the actual is not equal to the given one. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||