Uses of Interface
org.fest.assertions.core.ComparableAssert

Packages that use ComparableAssert
org.fest.assertions.api   
org.fest.assertions.core   
 

Uses of ComparableAssert in org.fest.assertions.api
 

Classes in org.fest.assertions.api that implement ComparableAssert
 class AbstractComparableAssert<S,A extends Comparable<A>>
          Base class for all implementations of ComparableAssert.
 class AbstractUnevenComparableAssert<S,A extends Comparable<A>>
          Base class for all implementations of UnevenComparableAssert.
 class BigDecimalAssert
          Assertion methods for BigDecimals.
 class ByteAssert
          Assertion methods for bytes.
 class CharacterAssert
          Assertion methods for characters.
 class DoubleAssert
          Assertion methods for doubles.
 class FloatAssert
          Assertion methods for floats.
 class IntegerAssert
          Assertion methods for integers.
 class LongAssert
          Assertion methods for longs.
 class ShortAssert
          Assertion methods for shorts.
 

Uses of ComparableAssert in org.fest.assertions.core
 

Subinterfaces of ComparableAssert in org.fest.assertions.core
 interface UnevenComparableAssert<S,T extends Comparable<T>>
          Assertion methods applicable to Comparables whose implementation of compareTo is not consistent with their implementation of equals (e.g.
 



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