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 column assertion (an sub-class of AbstractColumnOutputter).CV - The class of the equivalent column 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 AbstractRowOutputter<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 AbstractSubOutputter<D,A,R,RV,C,CV,R,RV> implements RowElement, ToValueFromRow<RV>
Rows outputs.originoutputTypeinfo, myself| Modifier and Type | Method and Description |
|---|---|
protected String |
getOutput(Output outputType)
Returns the output for the output
|
protected String |
getValueDescription(int index)
Returns the value description.
|
protected Position<R,RV,Value> |
getValuePosition()
Returns the position of navigation to value.
|
protected List<Value> |
getValuesList()
Returns the list of values.
|
RV |
value(String columnName)
Returns assertion methods on the value corresponding to the column name in parameter.
|
value, valuecolumn, column, column, row, rowreturnToOrigintoConsole, toFile, toStream, withTypeas, as, describedAs, describedAs, getInfoprotected String getValueDescription(int index)
getValueDescription in class AbstractSubOutputter<D extends AbstractDbData<D>,A extends AbstractDbOutputter<D,A,C,CV,R,RV>,R extends AbstractRowOutputter<D,A,C,CV,R,RV>,RV extends AbstractRowValueOutputter<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>>index - The index of the value.protected Position<R,RV,Value> getValuePosition()
getValuePosition in class AbstractSubOutputter<D extends AbstractDbData<D>,A extends AbstractDbOutputter<D,A,C,CV,R,RV>,R extends AbstractRowOutputter<D,A,C,CV,R,RV>,RV extends AbstractRowValueOutputter<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>>protected List<Value> getValuesList()
getValuesList in class AbstractSubOutputter<D extends AbstractDbData<D>,A extends AbstractDbOutputter<D,A,C,CV,R,RV>,R extends AbstractRowOutputter<D,A,C,CV,R,RV>,RV extends AbstractRowValueOutputter<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>>public 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.