Uses of Class
org.assertj.db.api.TableAssert
Packages that use TableAssert
Package
Description
This package contains the API of assertj-db (and especially the entry point class
Assertions
).-
Uses of TableAssert in org.assertj.db.api
Methods in org.assertj.db.api that return TableAssertModifier and TypeMethodDescriptionstatic TableAssert
Assertions.assertThat
(Table table) Creates a new instance ofTableAssert
.SoftAssertions.assertThat
(Table table) Creates a new instance ofTableAssert
.TableAssert.doesNotExist()
Verifies that the table doesn't exist.TableAssert.exists()
Verifies that the table exist.TableColumnAssert.returnToTable()
Returns to level of assertion methods on aTable
.TableRowAssert.returnToTable()
Returns to level of assertion methods on aTable
.static TableAssert
Creates a new instance ofTableAssert
.Constructors in org.assertj.db.api with parameters of type TableAssertModifierConstructorDescriptionTableColumnAssert
(TableAssert origin, Column column) Constructor.TableRowAssert
(TableAssert origin, Row row) Constructor.