public class ChangeRowOutputter extends AbstractOutputterWithOriginWithColumnsAndRowsFromChange<ChangeRowOutputter,ChangeOutputter> implements RowElement, OriginWithValuesFromRow<ChangesOutputter,ChangeOutputter,ChangeColumnOutputter,ChangeRowOutputter,ChangeRowValueOutputter>
Row
of a Change
.origin
outputType
info, myself
Constructor and Description |
---|
ChangeRowOutputter(ChangeOutputter origin,
Row row)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected String |
getOutput(Output outputType)
Returns the output for the output
|
ChangeOutputter |
returnToChange()
Returns to level of output methods on a
Change . |
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, rowAtStartPoint
change, change, changeOfCreation, changeOfCreation, changeOfCreationOnTable, changeOfCreationOnTable, changeOfDeletion, changeOfDeletion, changeOfDeletionOnTable, changeOfDeletionOnTable, changeOfModification, changeOfModification, changeOfModificationOnTable, changeOfModificationOnTable, changeOnTable, changeOnTable, changeOnTableWithPks, ofAll, ofCreation, ofCreationOnTable, ofDeletion, ofDeletionOnTable, ofModification, ofModificationOnTable, onTable
returnToOrigin
toConsole, toFile, toStream, withType
as, as, describedAs, describedAs, getInfo
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ofAll, ofCreation, ofCreationOnTable, ofDeletion, ofDeletionOnTable, ofModification, ofModificationOnTable, onTable
change, change, changeOfCreation, changeOfCreation, changeOfCreationOnTable, changeOfCreationOnTable, changeOfDeletion, changeOfDeletion, changeOfDeletionOnTable, changeOfDeletionOnTable, changeOfModification, changeOfModification, changeOfModificationOnTable, changeOfModificationOnTable, changeOnTable, changeOnTable, changeOnTableWithPks
columnAmongTheModifiedOnes, columnAmongTheModifiedOnes, columnAmongTheModifiedOnes
rowAtEndPoint, rowAtStartPoint
public ChangeRowOutputter(ChangeOutputter origin, Row row)
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 ChangeOutputter returnToChange()
Change
.Change
.protected String getOutput(Output outputType)
getOutput
in class AbstractOutputter<ChangeRowOutputter>
outputType
- Type of output.Copyright © 2020 AssertJ. All rights reserved.