Class AbstractSubAssert<D extends AbstractDbData<D>,A extends AbstractDbAssert<D,A,C,CV,R,RV>,S extends AbstractSubAssert<D,A,S,V,C,CV,R,RV>,V extends AbstractValueAssert<D,A,S,V,C,CV,R,RV>,C extends AbstractColumnAssert<D,A,C,CV,R,RV>,CV extends AbstractColumnValueAssert<D,A,C,CV,R,RV>,R extends AbstractRowAssert<D,A,C,CV,R,RV>,RV extends AbstractRowValueAssert<D,A,C,CV,R,RV>>

Type Parameters:
D - The class of the actual value (an sub-class of AbstractDbData).
A - The class of the original assertion (an sub-class of AbstractDbAssert).
S - The class of this assertion (an sub-class of AbstractSubAssert).
V - The class of this assertion on the value (an sub-class of AbstractValueAssert).
C - The class of this assertion (an sub-class of AbstractColumnAssert).
CV - The class of this assertion on the value (an sub-class of AbstractColumnValueAssert).
R - The class of the equivalent row assertion (an sub-class of AbstractRowAssert).
RV - The class of the equivalent row assertion on the value (an sub-class of AbstractRowValueAssert).
All Implemented Interfaces:
org.assertj.core.api.Descriptable<S>, Navigation, Origin, OriginWithColumnsAndRows<C,R>, ToColumn<C>, ToRow<R>, ToValue<V>
Direct Known Subclasses:
AbstractColumnAssert, AbstractRowAssert

public abstract class AbstractSubAssert<D extends AbstractDbData<D>,A extends AbstractDbAssert<D,A,C,CV,R,RV>,S extends AbstractSubAssert<D,A,S,V,C,CV,R,RV>,V extends AbstractValueAssert<D,A,S,V,C,CV,R,RV>,C extends AbstractColumnAssert<D,A,C,CV,R,RV>,CV extends AbstractColumnValueAssert<D,A,C,CV,R,RV>,R extends AbstractRowAssert<D,A,C,CV,R,RV>,RV extends AbstractRowValueAssert<D,A,C,CV,R,RV>> extends AbstractAssertWithOriginWithColumnsAndRows<S,A,D,A,C,CV,R,RV> implements OriginWithColumnsAndRows<C,R>, ToValue<V>
Assertion methods about Column or Row.
Author:
Régis Pouiller