Uses of Class
org.assertj.db.api.ChangeColumnAssert
Packages that use ChangeColumnAssert
Package
Description
This package contains the API of assertj-db (and especially the entry point class
Assertions
).-
Uses of ChangeColumnAssert in org.assertj.db.api
Classes in org.assertj.db.api with type parameters of type ChangeColumnAssertModifier 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 ChangeColumnAssertModifier and TypeMethodDescriptionAbstractAssertWithOriginWithColumnsAndRowsFromChange.column()
AbstractAssertWithOriginWithColumnsAndRowsFromChange.column
(int index) Returns assertion methods on theColumn
at theindex
in parameter.Returns assertion methods on theColumn
corresponding to the column name in parameter.ChangeAssert.column()
ChangeAssert.column
(int index) Returns assertion methods on theColumn
at theindex
in parameter.Returns assertion methods on theColumn
corresponding to the column name in parameter.AbstractAssertWithOriginWithColumnsAndRowsFromChange.columnAmongTheModifiedOnes()
AbstractAssertWithOriginWithColumnsAndRowsFromChange.columnAmongTheModifiedOnes
(int index) AbstractAssertWithOriginWithColumnsAndRowsFromChange.columnAmongTheModifiedOnes
(String columnName) ChangeAssert.columnAmongTheModifiedOnes()
ChangeAssert.columnAmongTheModifiedOnes
(int index) ChangeAssert.columnAmongTheModifiedOnes
(String columnName) ChangeColumnAssert.hasColumnName
(String columnName) Verifies that the name of a column is equal to the parameter.ChangeColumnAssert.hasValues
(byte[] expected) Verifies that the values at the start point and the end point are equal to bytes.ChangeColumnAssert.hasValues
(byte[] expectedAtStartPoint, byte[] expectedAtEndPoint) Verifies that the values at the start point and the end point are equal to bytes for start point and other bytes for end point.Verifies that the values at the start point and the end point are equal to a boolean.Verifies that the values at the start point and the end point are equal to a boolean for start point and another boolean for end point.Verifies that the values at the start point and the end point are equal to a character.Verifies that the values at the start point and the end point are equal to a character for start point and another character for end point.Verifies that the values at the start point and the end point are equal to a number.Verifies that the values at the start point and the end point are equal to a number for start point and another number for end point.Verifies that the values at the start point and the end point are equal to a object.Verifies that the values at the start point and the end point are equal to a object for start point and another object for end point.Verifies that the values at the start point and the end point are equal to a text.Verifies that the values at the start point and the end point are equal to a text for start point and another text for end point.Verifies that the values at the start point and the end point are equal to an UUID.Verifies that the values at the start point and the end point are equal to an UUID for start point and another UUID for end point.ChangeColumnAssert.hasValues
(DateTimeValue expected) Verifies that the values at the start point and the end point are equal to a date/time.ChangeColumnAssert.hasValues
(DateTimeValue expectedAtStartPoint, DateTimeValue expectedAtEndPoint) Verifies that the values at the start point and the end point are equal to a date/time for start point and another date/time for end point.Verifies that the values at the start point and the end point are equal to a date.Verifies that the values at the start point and the end point are equal to a date for start point and another date for end point.Verifies that the values at the start point and the end point are equal to a time.Verifies that the values at the start point and the end point are equal to a time for start point and another time for end point.ChangeColumnAssert.isBoolean
(boolean lenient) Verifies that the type of the values of the column is boolean.ChangeColumnAssert.isBytes
(boolean lenient) Verifies that the type of the values of the column is array of bytes.ChangeColumnAssert.isDate
(boolean lenient) Verifies that the type of the values of the column is date.ChangeColumnAssert.isDateTime
(boolean lenient) Verifies that the type of the values of the column is date/time.ChangeColumnAssert.isModified()
Verifies that the column is modified between the start point and the end point.ChangeColumnAssert.isNotModified()
Verifies that the column is not modified between the start point and the end point.ChangeColumnAssert.isNumber
(boolean lenient) Verifies that the type of the values of the column is number.ChangeColumnAssert.isOfAnyTypeIn
(ValueType... expected) Verifies that the type of the column is equal to one of the types in parameters.Verifies that the class of the values of the column is equal to the class in parameter.Verifies that the type of the values of the column is equal to the type in parameter.ChangeColumnAssert.isText
(boolean lenient) Verifies that the type of the values of the column is text.ChangeColumnAssert.isTime
(boolean lenient) Verifies that the type of the values of the column is time.ChangeColumnAssert.isUUID
(boolean lenient) Verifies that the type of the values of the column is UUID.ChangeColumnValueAssert.returnToColumn()
Returns to level of assertion methods on aColumn
.Constructors in org.assertj.db.api with parameters of type ChangeColumnAssertModifierConstructorDescriptionChangeColumnValueAssert
(ChangeColumnAssert origin, Value value) Constructor.