D - The class of the actual value (an sub-class of AbstractDbData).A - The class of the original assertion (an sub-class of AbstractDbOutputter).C - The class of the equivalent row assertion (an sub-class of AbstractColumnOutputter).CV - The class of the equivalent row assertion on the value (an sub-class of AbstractColumnValueOutputter
).R - The class of this assertion (an sub-class of AbstractRowOutputter).RV - The class of this assertion on the value (an sub-class of AbstractRowValueOutputter).public abstract class AbstractRowValueOutputter<D extends AbstractDbData<D>,A extends AbstractDbOutputter<D,A,C,CV,R,RV>,C extends AbstractColumnOutputter<D,A,C,CV,R,RV>,CV extends AbstractColumnValueOutputter<D,A,C,CV,R,RV>,R extends AbstractRowOutputter<D,A,C,CV,R,RV>,RV extends AbstractRowValueOutputter<D,A,C,CV,R,RV>> extends AbstractValueOutputter<D,A,R,RV,C,CV,R,RV> implements ToValueFromRow<RV>
Row.valueoriginoutputTypeinfo, myself| Modifier and Type | Method and Description |
|---|---|
R |
returnToRow()
Returns to level of assertion methods on a
Row. |
RV |
value(String columnName)
Returns assertion methods on the value corresponding to the column name in parameter.
|
getOutput, value, valuecolumn, column, column, row, rowreturnToOrigintoConsole, toFile, toStream, withTypeas, as, describedAs, describedAs, getInfopublic RV value(String columnName)
value in interface ToValueFromRow<RV extends AbstractRowValueOutputter<D,A,C,CV,R,RV>>columnName - The column name.AbstractRowAssert.value(String),
AbstractRowValueAssert.value(String),
ChangeRowAssert.value(String),
ChangeRowValueAssert.value(String)Copyright © 2015–2017 AssertJ. All rights reserved.