Uses of Class
org.fest.assertions.ComparableAssert
-
Uses of ComparableAssert in org.fest.assertions
Subclasses of ComparableAssert in org.fest.assertionsMethods in org.fest.assertions that return ComparableAssertModifier and TypeMethodDescriptionprotected abstract ComparableAssert<T>
ComparableAssert.isEqualByComparingTo
(T expected) Verifies that the actual
is equal to the given one.Comparable
protected abstract ComparableAssert<T>
ComparableAssert.isGreaterThan
(T other) Verifies that the actual
is greater than the given one.Comparable
protected abstract ComparableAssert<T>
ComparableAssert.isGreaterThanOrEqualTo
(T other) Verifies that the actual
is greater than or equal to the given one.Comparable
protected abstract ComparableAssert<T>
ComparableAssert.isLessThan
(T other) Verifies that the actual
is less than the given one.Comparable
protected abstract ComparableAssert<T>
ComparableAssert.isLessThanOrEqualTo
(T other) Verifies that the actual
is less than or equal to the given one.Comparable
protected abstract ComparableAssert<T>
ComparableAssert.isNotEqualByComparingTo
(T expected) Verifies that the actual
is not equal to the given one.Comparable