Uses of Class
org.fest.assertions.ComparableAssert

Uses of ComparableAssert in org.fest.assertions
 

Subclasses of ComparableAssert in org.fest.assertions
 class BigDecimalAssert
          Understands assertion methods for BigDecimal.
 

Methods in org.fest.assertions that return ComparableAssert
protected abstract  ComparableAssert<T> ComparableAssert.isEqualByComparingTo(T expected)
          Verifies that the actual Comparable is equal to the given one.
protected abstract  ComparableAssert<T> ComparableAssert.isGreaterThan(T other)
          Verifies that the actual Comparable is greater than the given one.
protected abstract  ComparableAssert<T> ComparableAssert.isGreaterThanOrEqualTo(T other)
          Verifies that the actual Comparable is greater than or equal to the given one.
protected abstract  ComparableAssert<T> ComparableAssert.isLessThan(T other)
          Verifies that the actual Comparable is less than the given one.
protected abstract  ComparableAssert<T> ComparableAssert.isLessThanOrEqualTo(T other)
          Verifies that the actual Comparable is less than or equal to the given one.
protected abstract  ComparableAssert<T> ComparableAssert.isNotEqualByComparingTo(T expected)
          Verifies that the actual Comparable is not equal to the given one.
 



Copyright © 2007-2010 FEST (Fixtures for Easy Software Testing). All Rights Reserved.