Uses of Interface
org.fest.assertions.core.ComparableAssert
Packages that use ComparableAssert
-
Uses of ComparableAssert in org.fest.assertions.api
Classes in org.fest.assertions.api that implement ComparableAssertModifier and TypeClassDescriptionclass
AbstractComparableAssert<S extends AbstractComparableAssert<S,
A>, A extends Comparable<? super A>> Base class for all implementations of
.ComparableAssert
class
AbstractUnevenComparableAssert<S extends AbstractUnevenComparableAssert<S,
A>, A extends Comparable<? super A>> Base class for all implementations of
.UnevenComparableAssert
class
Assertion methods for
s.BigDecimal
class
Assertion methods for bytes.class
Assertion methods for characters.class
Assertion methods for doubles.class
Assertion methods for floats.class
Assertion methods for integers.class
Assertion methods for longs.class
Assertion methods for shorts. -
Uses of ComparableAssert in org.fest.assertions.core
Subinterfaces of ComparableAssert in org.fest.assertions.coreModifier and TypeInterfaceDescriptioninterface
UnevenComparableAssert<S,
T extends Comparable<? super T>> Assertion methods applicable to
s whose implementation ofComparable
compareTo
is not consistent with their implementation ofequals
(e.g.