Package | Description |
---|---|
org.assertj.db.api |
This package contains the API of assertj-db (and especially the entry point class
Assertions ). |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAssertWithOriginWithColumnsAndRowsFromChange<E extends AbstractAssertWithOriginWithColumnsAndRowsFromChange<E,O>,O extends OriginWithColumnsAndRowsFromChange<ChangesAssert,ChangeAssert,ChangeColumnAssert,ChangeRowAssert>>
|
class |
AbstractAssertWithValues<E extends AbstractAssertWithValues<E,O>,O extends OriginWithColumnsAndRowsFromChange<ChangesAssert,ChangeAssert,ChangeColumnAssert,ChangeRowAssert>>
Base class for all values from a
Change 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.hasNumberOfColumnsGreaterThan(int expected)
Verifies that the number of columns is greater than the number in parameter.
|
ChangeRowAssert |
ChangeRowAssert.hasNumberOfColumnsGreaterThanOrEqualTo(int expected)
Verifies that the number of columns is greater than or equal to the number in parameter.
|
ChangeRowAssert |
ChangeRowAssert.hasNumberOfColumnsLessThan(int expected)
Verifies that the number of columns is less than the number in parameter.
|
ChangeRowAssert |
ChangeRowAssert.hasNumberOfColumnsLessThanOrEqualTo(int expected)
Verifies that the number of columns is less than or 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 |
AbstractAssertWithOriginWithColumnsAndRowsFromChange.rowAtEndPoint()
Returns assertion methods on the
Row at end point. |
ChangeRowAssert |
ChangeAssert.rowAtEndPoint()
Returns assertion methods on the
Row at end point. |
ChangeRowAssert |
AbstractAssertWithOriginWithColumnsAndRowsFromChange.rowAtStartPoint()
Returns assertion methods on the
Row at start point. |
ChangeRowAssert |
ChangeAssert.rowAtStartPoint()
Returns assertion methods on the
Row at start point. |
Constructor and Description |
---|
ChangeRowValueAssert(ChangeRowAssert origin,
Value value)
Constructor.
|
Copyright © 2020 AssertJ. All rights reserved.