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 |
---|---|
ChangeRowAssert |
ChangeRowAssert.doesNotExist()
Verifies that the row of the change does not exist.
|
ChangeRowAssert |
ChangeRowAssert.exists()
Verifies that the row of the change exists.
|
ChangeRowAssert |
ChangeRowAssert.hasNumberOfColumns(int expected)
Verifies that the number of columns is equal to the number in parameter.
|
ChangeRowAssert |
ChangeRowAssert.hasValues(Object... expected)
Verifies that the values of a row are equal to values in parameter.
|
ChangeRowAssert |
ChangeRowValueAssert.returnToRow()
Returns to level of assertion methods on a
Row . |
ChangeRowAssert |
ChangeAssert.rowAtEndPoint()
Returns assertion methods on the
Row at end point. |
ChangeRowAssert |
AbstractAssertWithOriginWithColumnsAndRowsFromChange.rowAtEndPoint()
Returns assertion methods on the
Row at end point. |
ChangeRowAssert |
ChangeAssert.rowAtStartPoint()
Returns assertion methods on the
Row at start point. |
ChangeRowAssert |
AbstractAssertWithOriginWithColumnsAndRowsFromChange.rowAtStartPoint()
Returns assertion methods on the
Row at start point. |
Copyright © 2015 AssertJ. All Rights Reserved.