| Package | Description |
|---|---|
| org.assertj.db.output |
This package contains classes that allows to output the informations about table, request or changes.
|
| Modifier and Type | Method and Description |
|---|---|
static TableOutputter |
Outputs.output(Table table)
Creates a new instance of
TableOutputter. |
TableOutputter |
TableRowOutputter.returnToTable()
Returns to level of assertion methods on a
Table. |
TableOutputter |
TableColumnOutputter.returnToTable()
Returns to level of assertion methods on a
Table. |
| Constructor and Description |
|---|
TableColumnOutputter(TableOutputter origin,
Column column)
Constructor.
|
TableRowOutputter(TableOutputter origin,
Row row)
Constructor.
|
Copyright © 2015–2017 AssertJ. All rights reserved.