| Package | Description |
|---|---|
| org.assertj.db.api |
This package contains the API of assertj-db (and especially the entry point class
Assertions). |
| Modifier and Type | Method and Description |
|---|---|
static TableAssert |
Assertions.assertThat(Table table)
Creates a new instance of
TableAssert. |
TableAssert |
TableRowAssert.returnToTable()
Returns to level of assertion methods on a
Table. |
TableAssert |
TableColumnAssert.returnToTable()
Returns to level of assertion methods on a
Table. |
static TableAssert |
BDDAssertions.then(Table table)
Creates a new instance of
TableAssert. |
| Constructor and Description |
|---|
TableColumnAssert(TableAssert origin,
Column column)
Constructor.
|
TableRowAssert(TableAssert origin,
Row row)
Constructor.
|
Copyright © 2015–2017 AssertJ. All rights reserved.