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 |
---|---|
TableAssert |
SoftAssertions.assertThat(Table table)
Creates a new instance of
TableAssert . |
static TableAssert |
Assertions.assertThat(Table table)
Creates a new instance of
TableAssert . |
TableAssert |
TableAssert.doesNotExist()
Verifies that the table doesn't exist.
|
TableAssert |
TableAssert.exists()
Verifies that the table exist.
|
TableAssert |
TableColumnAssert.returnToTable()
Returns to level of assertion methods on a
Table . |
TableAssert |
TableRowAssert.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 © 2020 AssertJ. All rights reserved.