Class AbstractUnevenComparableAssert<S extends AbstractUnevenComparableAssert<S,A>,A extends Comparable<? super A>>

java.lang.Object
org.fest.assertions.api.AbstractAssert<S,A>
org.fest.assertions.api.AbstractComparableAssert<S,A>
org.fest.assertions.api.AbstractUnevenComparableAssert<S,A>
Type Parameters:
S - the "self" type of this assertion class. Please read "Emulating 'self types' using Java Generics to simplify fluent API implementation" for more details.
A - the type of the "actual" value.
All Implemented Interfaces:
Assert<S,A>, ComparableAssert<S,A>, Descriptable<S>, ExtensionPoints<S,A>, UnevenComparableAssert<S,A>
Direct Known Subclasses:
BigDecimalAssert

public abstract class AbstractUnevenComparableAssert<S extends AbstractUnevenComparableAssert<S,A>,A extends Comparable<? super A>> extends AbstractComparableAssert<S,A> implements UnevenComparableAssert<S,A>
Base class for all implementations of UnevenComparableAssert.
Author:
Alex Ruiz, Mikhail Mazursky