Uses of Class
org.assertj.db.api.ChangeRowAssert
Packages that use ChangeRowAssert
Package
Description
This package contains the API of assertj-db (and especially the entry point class
Assertions
).-
Uses of ChangeRowAssert in org.assertj.db.api
Classes in org.assertj.db.api with type parameters of type ChangeRowAssertModifier and TypeClassDescriptionclass
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 aChange
assertions.Methods in org.assertj.db.api that return ChangeRowAssertModifier and TypeMethodDescriptionChangeRowAssert.doesNotExist()
Verifies that the row of the change does not exist.ChangeRowAssert.exists()
Verifies that the row of the change exists.ChangeRowAssert.hasNumberOfColumns
(int expected) Verifies that the number of columns is equal to the number in parameter.ChangeRowAssert.hasNumberOfColumnsGreaterThan
(int expected) Verifies that the number of columns is greater than the number in parameter.ChangeRowAssert.hasNumberOfColumnsGreaterThanOrEqualTo
(int expected) Verifies that the number of columns is greater than or equal to the number in parameter.ChangeRowAssert.hasNumberOfColumnsLessThan
(int expected) Verifies that the number of columns is less than the number in parameter.ChangeRowAssert.hasNumberOfColumnsLessThanOrEqualTo
(int expected) Verifies that the number of columns is less than or equal to the number in parameter.Verifies that the values of a row are equal to values in parameter.ChangeRowAssert.hasValuesSatisfying
(Object... expected) Verifies that the values of a row satisfy to conditions in parameter.ChangeRowValueAssert.returnToRow()
Returns to level of assertion methods on aRow
.AbstractAssertWithOriginWithColumnsAndRowsFromChange.rowAtEndPoint()
Returns assertion methods on theRow
at end point.ChangeAssert.rowAtEndPoint()
Returns assertion methods on theRow
at end point.AbstractAssertWithOriginWithColumnsAndRowsFromChange.rowAtStartPoint()
Returns assertion methods on theRow
at start point.ChangeAssert.rowAtStartPoint()
Returns assertion methods on theRow
at start point.Constructors in org.assertj.db.api with parameters of type ChangeRowAssertModifierConstructorDescriptionChangeRowValueAssert
(ChangeRowAssert origin, Value value) Constructor.