public class ChangeRowValueOutputter extends AbstractOutputterWithValues<ChangeRowValueOutputter,ChangeRowOutputter> implements ToValue<ChangeRowValueOutputter>, ToValueFromRow<ChangeRowValueOutputter>
Row of a Change.valueoriginoutputTypeinfo, myself| Constructor and Description |
|---|
ChangeRowValueOutputter(ChangeRowOutputter origin,
Value value)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
getOutput(Output outputType)
Returns the output for the output
|
ChangeRowOutputter |
returnToRow()
Returns to level of output methods on a
Row. |
ChangeRowValueOutputter |
value()
Returns assertion methods on the next value in the list of values.
|
ChangeRowValueOutputter |
value(int index)
Returns assertion methods on the value at the
index in parameter. |
ChangeRowValueOutputter |
value(String columnName)
Returns assertion methods on the value corresponding to the column name in parameter.
|
column, column, column, columnAmongTheModifiedOnes, columnAmongTheModifiedOnes, columnAmongTheModifiedOnes, rowAtEndPoint, rowAtStartPointchange, change, changeOfCreation, changeOfCreation, changeOfCreationOnTable, changeOfCreationOnTable, changeOfDeletion, changeOfDeletion, changeOfDeletionOnTable, changeOfDeletionOnTable, changeOfModification, changeOfModification, changeOfModificationOnTable, changeOfModificationOnTable, changeOnTable, changeOnTable, changeOnTableWithPks, ofAll, ofCreation, ofCreationOnTable, ofDeletion, ofDeletionOnTable, ofModification, ofModificationOnTable, onTablereturnToOrigintoConsole, toFile, toStream, withTypeas, as, describedAs, describedAs, getInfopublic ChangeRowValueOutputter(ChangeRowOutputter origin, Value value)
origin - The output of Origin.value - The value on which are the displays.public ChangeRowValueOutputter value()
value in interface ToValue<ChangeRowValueOutputter>AbstractSubAssert.value(),
AbstractValueAssert.value(),
AbstractSubAssert.value(),
AbstractValueAssert.value(),
ChangeRowAssert.value(),
ChangeRowValueAssert.value()public ChangeRowValueOutputter value(int index)
index in parameter.value in interface ToValue<ChangeRowValueOutputter>index - The index corresponding to the value.AbstractSubAssert.value(int),
AbstractValueAssert.value(int),
AbstractSubAssert.value(int),
AbstractValueAssert.value(int),
ChangeRowAssert.value(int),
ChangeRowValueAssert.value(int)public ChangeRowValueOutputter value(String columnName)
value in interface ToValueFromRow<ChangeRowValueOutputter>columnName - The column name.AbstractRowAssert.value(String),
AbstractRowValueAssert.value(String),
ChangeRowAssert.value(String),
ChangeRowValueAssert.value(String)public ChangeRowOutputter returnToRow()
Row.Row.protected String getOutput(Output outputType)
getOutput in class AbstractOutputter<ChangeRowValueOutputter>outputType - Type of output.Copyright © 2015–2017 AssertJ. All rights reserved.