Uses of Class
org.assertj.db.api.ChangeRowValueAssert
Packages that use ChangeRowValueAssert
Package
Description
This package contains the API of assertj-db (and especially the entry point class
Assertions
).-
Uses of ChangeRowValueAssert in org.assertj.db.api
Methods in org.assertj.db.api that return ChangeRowValueAssertModifier and TypeMethodDescriptionChangeRowValueAssert.hasColumnName
(String columnName) Verifies that the name of a column is equal to the parameter.ChangeRowAssert.value()
Returns assertion methods on the next value in the list of values.ChangeRowAssert.value
(int index) Returns assertion methods on the value at theindex
in parameter.Returns assertion methods on the value corresponding to the column name in parameter.ChangeRowValueAssert.value()
Returns assertion methods on the next value in the list of values.ChangeRowValueAssert.value
(int index) Returns assertion methods on the value at theindex
in parameter.Returns assertion methods on the value corresponding to the column name in parameter.