Uses of Class
org.assertj.db.output.TableOutputter
Packages that use TableOutputter
Package
Description
This package contains classes that allows to output the information about table, request or changes.
-
Uses of TableOutputter in org.assertj.db.output
Methods in org.assertj.db.output that return TableOutputterModifier and TypeMethodDescriptionstatic TableOutputterCreates a new instance ofTableOutputter.TableColumnOutputter.returnToTable()Returns to level of assertion methods on aTable.TableRowOutputter.returnToTable()Returns to level of assertion methods on aTable.Constructors in org.assertj.db.output with parameters of type TableOutputterModifierConstructorDescriptionTableColumnOutputter(TableOutputter origin, Column column) Constructor.TableRowOutputter(TableOutputter origin, Row row) Constructor.