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 actualis equal to the given one.Comparableprotected abstract ComparableAssert<T>ComparableAssert.isGreaterThan(T other) Verifies that the actualis greater than the given one.Comparableprotected abstract ComparableAssert<T>ComparableAssert.isGreaterThanOrEqualTo(T other) Verifies that the actualis greater than or equal to the given one.Comparableprotected abstract ComparableAssert<T>ComparableAssert.isLessThan(T other) Verifies that the actualis less than the given one.Comparableprotected abstract ComparableAssert<T>ComparableAssert.isLessThanOrEqualTo(T other) Verifies that the actualis less than or equal to the given one.Comparableprotected abstract ComparableAssert<T>ComparableAssert.isNotEqualByComparingTo(T expected) Verifies that the actualis not equal to the given one.Comparable