| Package | Description |
|---|---|
| org.assertj.db.output |
This package contains classes that allows to output the informations about table, request or changes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOutputterWithOriginWithColumnsAndRowsFromChange<E extends AbstractOutputterWithOriginWithColumnsAndRowsFromChange<E,O>,O extends OriginWithColumnsAndRowsFromChange<ChangesOutputter,ChangeOutputter,ChangeColumnOutputter,ChangeRowOutputter>>
|
class |
AbstractOutputterWithValues<E extends AbstractOutputterWithValues<E,O>,O extends OriginWithColumnsAndRowsFromChange<ChangesOutputter,ChangeOutputter,ChangeColumnOutputter,ChangeRowOutputter>>
Base class for all values from a
Change outputs. |
| Modifier and Type | Method and Description |
|---|---|
ChangeRowOutputter |
ChangeRowValueOutputter.returnToRow()
Returns to level of output methods on a
Row. |
ChangeRowOutputter |
ChangeOutputter.rowAtEndPoint()
Returns assertion methods on the
Row at end point. |
ChangeRowOutputter |
AbstractOutputterWithOriginWithColumnsAndRowsFromChange.rowAtEndPoint()
Returns assertion methods on the
Row at end point. |
ChangeRowOutputter |
ChangeOutputter.rowAtStartPoint()
Returns assertion methods on the
Row at start point. |
ChangeRowOutputter |
AbstractOutputterWithOriginWithColumnsAndRowsFromChange.rowAtStartPoint()
Returns assertion methods on the
Row at start point. |
| Constructor and Description |
|---|
ChangeRowValueOutputter(ChangeRowOutputter origin,
Value value)
Constructor.
|
Copyright © 2015–2017 AssertJ. All rights reserved.