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 classAbstractComparableAssert<S extends AbstractComparableAssert<S,A>,A extends java.lang.Comparable<? super A>>Base class for all implementations of.ComparableAssertclassAbstractUnevenComparableAssert<S extends AbstractUnevenComparableAssert<S,A>,A extends java.lang.Comparable<? super A>>Base class for all implementations of.UnevenComparableAssertclassBigDecimalAssertAssertion methods fors.BigDecimalclassByteAssertAssertion methods for bytes.classCharacterAssertAssertion methods for characters.classDoubleAssertAssertion methods for doubles.classFloatAssertAssertion methods for floats.classIntegerAssertAssertion methods for integers.classLongAssertAssertion methods for longs.classShortAssertAssertion methods for shorts. -
Uses of ComparableAssert in org.fest.assertions.core
Subinterfaces of ComparableAssert in org.fest.assertions.core Modifier and Type Interface Description interfaceUnevenComparableAssert<S,T extends java.lang.Comparable<? super T>>Assertion methods applicable tos whose implementation ofComparablecompareTois not consistent with their implementation ofequals(e.g.
-