Uses of Interface
org.fest.assertions.core.ComparableAssert
-
Packages that use ComparableAssert Package Description 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 Modifier and Type Class Description class
AbstractComparableAssert<S extends AbstractComparableAssert<S,A>,A extends java.lang.Comparable<? super A>>
Base class for all implementations of
.ComparableAssert
class
AbstractUnevenComparableAssert<S extends AbstractUnevenComparableAssert<S,A>,A extends java.lang.Comparable<? super A>>
Base class for all implementations of
.UnevenComparableAssert
class
BigDecimalAssert
Assertion methods for
s.BigDecimal
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 Modifier and Type Interface Description interface
UnevenComparableAssert<S,T extends java.lang.Comparable<? super T>>
Assertion methods applicable to
s whose implementation ofComparable
compareTo
is not consistent with their implementation ofequals
(e.g.
-