Uses of Class
org.assertj.db.api.ChangeAssert
Packages that use ChangeAssert
Package
Description
This package contains the API of assertj-db (and especially the entry point class
Assertions).-
Uses of ChangeAssert in org.assertj.db.api
Classes in org.assertj.db.api with type parameters of type ChangeAssertModifier and TypeClassDescriptionclassAbstractAssertWithOriginWithChanges<E extends AbstractAssertWithOriginWithChanges<E,O>, O extends OriginWithChanges<ChangesAssert, ChangeAssert>> classAbstractAssertWithOriginWithColumnsAndRowsFromChange<E extends AbstractAssertWithOriginWithColumnsAndRowsFromChange<E,O>, O extends OriginWithColumnsAndRowsFromChange<ChangesAssert, ChangeAssert, ChangeColumnAssert, ChangeRowAssert>> classAbstractAssertWithValues<E extends AbstractAssertWithValues<E,O>, O extends OriginWithColumnsAndRowsFromChange<ChangesAssert, ChangeAssert, ChangeColumnAssert, ChangeRowAssert>> Base class for all values from aChangeassertions.Methods in org.assertj.db.api that return ChangeAssertModifier and TypeMethodDescriptionAbstractAssertWithOriginWithChanges.change()Returns assertion methods on the nextChangein the list of changes.AbstractAssertWithOriginWithChanges.change(int index) Returns assertion methods on theChangeat theindexin parameter.ChangesAssert.change()Returns assertion methods on the nextChangein the list of changes.ChangesAssert.change(int index) Returns assertion methods on theChangeat theindexin parameter.AbstractAssertWithOriginWithChanges.changeOfCreation()Returns assertion methods on the nextChangeof creation (ChangeType.CREATION) in the list of changes.AbstractAssertWithOriginWithChanges.changeOfCreation(int index) Returns assertion methods on theChangeof creation (ChangeType.CREATION) at theindexin parameter.ChangesAssert.changeOfCreation()Returns assertion methods on the nextChangeof creation (ChangeType.CREATION) in the list of changes.ChangesAssert.changeOfCreation(int index) Returns assertion methods on theChangeof creation (ChangeType.CREATION) at theindexin parameter.AbstractAssertWithOriginWithChanges.changeOfCreationOnTable(String tableName) Returns assertion methods on the nextChangeof creation (ChangeType.CREATION) on the tabletableNamein the list of changes.AbstractAssertWithOriginWithChanges.changeOfCreationOnTable(String tableName, int index) Returns assertion methods on theChangeof creation (ChangeType.CREATION) on the tabletableNameat theindexin parameter.ChangesAssert.changeOfCreationOnTable(String tableName) Returns assertion methods on the nextChangeof creation (ChangeType.CREATION) on the tabletableNamein the list of changes.ChangesAssert.changeOfCreationOnTable(String tableName, int index) Returns assertion methods on theChangeof creation (ChangeType.CREATION) on the tabletableNameat theindexin parameter.AbstractAssertWithOriginWithChanges.changeOfDeletion()Returns assertion methods on the nextChangeof deletion (ChangeType.DELETION) in the list of changes.AbstractAssertWithOriginWithChanges.changeOfDeletion(int index) Returns assertion methods on theChangeof deletion (ChangeType.DELETION) at theindexin parameter.ChangesAssert.changeOfDeletion()Returns assertion methods on the nextChangeof deletion (ChangeType.DELETION) in the list of changes.ChangesAssert.changeOfDeletion(int index) Returns assertion methods on theChangeof deletion (ChangeType.DELETION) at theindexin parameter.AbstractAssertWithOriginWithChanges.changeOfDeletionOnTable(String tableName) Returns assertion methods on the nextChangeof deletion (ChangeType.DELETION) on the tabletableNamein the list of changes.AbstractAssertWithOriginWithChanges.changeOfDeletionOnTable(String tableName, int index) Returns assertion methods on theChangeof deletion (ChangeType.DELETION) on the tabletableNameat theindexin parameter.ChangesAssert.changeOfDeletionOnTable(String tableName) Returns assertion methods on the nextChangeof deletion (ChangeType.DELETION) on the tabletableNamein the list of changes.ChangesAssert.changeOfDeletionOnTable(String tableName, int index) Returns assertion methods on theChangeof deletion (ChangeType.DELETION) on the tabletableNameat theindexin parameter.AbstractAssertWithOriginWithChanges.changeOfModification()Returns assertion methods on the nextChangeof modification (ChangeType.MODIFICATION) in the list of changes.AbstractAssertWithOriginWithChanges.changeOfModification(int index) Returns assertion methods on theChangeof modification (ChangeType.MODIFICATION) at theindexin parameter.ChangesAssert.changeOfModification()Returns assertion methods on the nextChangeof modification (ChangeType.MODIFICATION) in the list of changes.ChangesAssert.changeOfModification(int index) Returns assertion methods on theChangeof modification (ChangeType.MODIFICATION) at theindexin parameter.AbstractAssertWithOriginWithChanges.changeOfModificationOnTable(String tableName) Returns assertion methods on the nextChangeof modification (ChangeType.MODIFICATION) on the tabletableNamein the list of changes.AbstractAssertWithOriginWithChanges.changeOfModificationOnTable(String tableName, int index) Returns assertion methods on theChangeof modification (ChangeType.MODIFICATION) on the tabletableNameat theindexin parameter.ChangesAssert.changeOfModificationOnTable(String tableName) Returns assertion methods on the nextChangeof modification (ChangeType.MODIFICATION) on the tabletableNamein the list of changes.ChangesAssert.changeOfModificationOnTable(String tableName, int index) Returns assertion methods on theChangeof modification (ChangeType.MODIFICATION) on the tabletableNameat theindexin parameter.AbstractAssertWithOriginWithChanges.changeOnTable(String tableName) Returns assertion methods on the nextChangeon the tabletableNamein the list of changes.AbstractAssertWithOriginWithChanges.changeOnTable(String tableName, int index) ChangesAssert.changeOnTable(String tableName) Returns assertion methods on the nextChangeon the tabletableNamein the list of changes.ChangesAssert.changeOnTable(String tableName, int index) AbstractAssertWithOriginWithChanges.changeOnTableWithPks(String tableName, Object... pksValues) Returns assertion methods on theChangeon the tabletableNamecorresponding to the primary key in parameter.ChangesAssert.changeOnTableWithPks(String tableName, Object... pksValues) Returns assertion methods on theChangeon the tabletableNamecorresponding to the primary key in parameter.ChangeAssert.hasModifiedColumns(Integer... indexes) Verifies that the indexes of columns with a modification in the values between the start point and the end point is equals to the parameters.ChangeAssert.hasModifiedColumns(String... names) Verifies that the names of columns with a modification in the values between the start point and the end point is equals to the parameters.ChangeAssert.hasNumberOfColumns(int expected) Verifies that the number of columns is equal to the number in parameter.ChangeAssert.hasNumberOfColumnsGreaterThan(int expected) Verifies that the number of columns is greater than the number in parameter.ChangeAssert.hasNumberOfColumnsGreaterThanOrEqualTo(int expected) Verifies that the number of columns is greater than or equal to the number in parameter.ChangeAssert.hasNumberOfColumnsLessThan(int expected) Verifies that the number of columns is less than the number in parameter.ChangeAssert.hasNumberOfColumnsLessThanOrEqualTo(int expected) Verifies that the number of columns is less than or equal to the number in parameter.ChangeAssert.hasNumberOfModifiedColumns(int number) Verifies that the number of columns with a modification in the values between the start point and the end point is equals to the number in parameter.ChangeAssert.hasNumberOfModifiedColumnsGreaterThan(int number) Verifies that the number of columns with a modification in the values between the start point and the end point is greater than the number in parameter.ChangeAssert.hasNumberOfModifiedColumnsGreaterThanOrEqualTo(int number) Verifies that the number of columns with a modification in the values between the start point and the end point is greater than or equal to the number in parameter.ChangeAssert.hasNumberOfModifiedColumnsLessThan(int number) Verifies that the number of columns with a modification in the values between the start point and the end point is less than the number in parameter.ChangeAssert.hasNumberOfModifiedColumnsLessThanOrEqualTo(int number) Verifies that the number of columns with a modification in the values between the start point and the end point is less than or equal to the number in parameter.ChangeAssert.hasPksNames(String... names) Verifies that the columns og the primary key of the rows of the change is the same as the parameters.ChangeAssert.hasPksValues(Object... values) Verifies that the values of the primary key of the rows of the change are the same as the parameters.ChangeAssert.isCreation()Verifies that the type of the change is a creation.ChangeAssert.isDeletion()Verifies that the type of the change is a deletion.ChangeAssert.isModification()Verifies that the type of the change is a modification.ChangeAssert.isOfType(ChangeType expected) Verifies that the type of the change is equal to the type in parameter.ChangeAssert.isOnDataType(DataType expected) Verifies that the data type on which is the change is equal to the type in parameter.ChangeAssert.isOnRequest()Verifies that the data type on which is the change is a request.ChangeAssert.isOnTable()Verifies that the data type on which is the change is a table.Verifies that the change is on a table with the name in parameter.ChangeColumnAssert.returnToChange()Returns to level of assertion methods on aChange.ChangeRowAssert.returnToChange()Returns to level of assertion methods on aChange.Constructors in org.assertj.db.api with parameters of type ChangeAssertModifierConstructorDescriptionChangeColumnAssert(ChangeAssert origin, String columnName, Value valueAtStartPoint, Value valueAtEndPoint) Constructor.ChangeRowAssert(ChangeAssert origin, Row row) Constructor.