Uses of Class
org.assertj.db.type.Change
Packages that use Change
Package
Description
This package contains the API of assertj-db (and especially the entry point class
Assertions
).This package contains utility classes that implements the different assertions methods.
This package contains interfaces that defines the different navigation methods.
This package contains classes that allows to output the information about table, request or changes.
This package contains utility classes about the output.
This package contains the classes that defines the different types used in assertj-db.
This package contains the utility classes of assertj-db.
-
Uses of Change in org.assertj.db.api
Fields in org.assertj.db.api declared as ChangeModifier and TypeFieldDescriptionprotected final Change
ChangeAssert.change
The actual change on which the assertion is.Constructors in org.assertj.db.api with parameters of type Change -
Uses of Change in org.assertj.db.api.assertions.impl
Methods in org.assertj.db.api.assertions.impl with parameters of type ChangeModifier and TypeMethodDescriptionstatic <A extends AbstractAssert<?>>
AAssertionsOnModifiedColumns.hasModifiedColumns
(A assertion, org.assertj.core.api.WritableAssertionInfo info, Change change, 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.static <A extends AbstractAssert<?>>
AAssertionsOnModifiedColumns.hasModifiedColumns
(A assertion, org.assertj.core.api.WritableAssertionInfo info, Change change, LetterCase columnLetterCase, 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.static <A extends AbstractAssert<?>>
AAssertionsOnModifiedColumns.hasNumberOfModifiedColumns
(A assertion, org.assertj.core.api.WritableAssertionInfo info, Change change, 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.static <A extends AbstractAssert<?>>
AAssertionsOnModifiedColumns.hasNumberOfModifiedColumnsGreaterThan
(A assertion, org.assertj.core.api.WritableAssertionInfo info, Change change, 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.static <A extends AbstractAssert<?>>
AAssertionsOnModifiedColumns.hasNumberOfModifiedColumnsGreaterThanOrEqualTo
(A assertion, org.assertj.core.api.WritableAssertionInfo info, Change change, 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.static <A extends AbstractAssert<?>>
AAssertionsOnModifiedColumns.hasNumberOfModifiedColumnsLessThan
(A assertion, org.assertj.core.api.WritableAssertionInfo info, Change change, 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.static <A extends AbstractAssert<?>>
AAssertionsOnModifiedColumns.hasNumberOfModifiedColumnsLessThanOrEqualTo
(A assertion, org.assertj.core.api.WritableAssertionInfo info, Change change, 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.static <A extends AbstractAssert<?>>
AAssertionsOnPrimaryKey.hasPksNames
(A assertion, org.assertj.core.api.WritableAssertionInfo info, Change change, LetterCase primaryKeyLetterCase, String... names) Verifies that the columns og the primary key of the rows of the change is the same as the parameters.static <A extends AbstractAssert<?>>
AAssertionsOnPrimaryKey.hasPksValues
(A assertion, org.assertj.core.api.WritableAssertionInfo info, Change change, Object... values) Verifies that the values of the primary key of the rows of the change are the same as the parameters.static <A extends AbstractAssert<?>>
AAssertionsOnChangeType.isCreation
(A assertion, org.assertj.core.api.WritableAssertionInfo info, Change change) Verifies that the type of the change is a creation.static <A extends AbstractAssert<?>>
AAssertionsOnChangeType.isDeletion
(A assertion, org.assertj.core.api.WritableAssertionInfo info, Change change) Verifies that the type of the change is a deletion.static <A extends AbstractAssert<?>>
AAssertionsOnChangeType.isModification
(A assertion, org.assertj.core.api.WritableAssertionInfo info, Change change) Verifies that the type of the change is a modification.static <A extends AbstractAssert<?>>
AAssertionsOnChangeType.isOfType
(A assertion, org.assertj.core.api.WritableAssertionInfo info, Change change, ChangeType expected) Verifies that the type of the change is equal to the type in parameter.static <A extends AbstractAssert<?>>
AAssertionsOnDataType.isOnDataType
(A assertion, org.assertj.core.api.WritableAssertionInfo info, Change change, DataType expected) Verifies that the data type on which is the change is equal to the type in parameter.static <A extends AbstractAssert<?>>
AAssertionsOnDataType.isOnRequest
(A assertion, org.assertj.core.api.WritableAssertionInfo info, Change change) Verifies that the data type on which is the change is a request.static <A extends AbstractAssert<?>>
AAssertionsOnDataType.isOnTable
(A assertion, org.assertj.core.api.WritableAssertionInfo info, Change change) Verifies that the data type on which is the change is a table.static <A extends AbstractAssert<?>>
AAssertionsOnDataType.isOnTable
(A assertion, org.assertj.core.api.WritableAssertionInfo info, Change change, LetterCase tableLetterCase, String name) Verifies that the change is on a table with the name in parameter. -
Uses of Change in org.assertj.db.output
Constructors in org.assertj.db.output with parameters of type ChangeModifierConstructorDescriptionChangeOutputter
(ChangesOutputter origin, Change change) Constructor. -
Uses of Change in org.assertj.db.output.impl
Methods in org.assertj.db.output.impl with parameters of type ChangeModifier and TypeMethodDescriptionOutput.getChangeOutput
(org.assertj.core.api.WritableAssertionInfo info, Change change) Returns the output of aChange
.OutputType.getChangeOutput
(org.assertj.core.api.WritableAssertionInfo info, Change change) Returns the output of aChange
. -
Uses of Change in org.assertj.db.type
Methods in org.assertj.db.type that return types with arguments of type Change -
Uses of Change in org.assertj.db.util
Methods in org.assertj.db.util with parameters of type ChangeModifier and TypeMethodDescriptionint
static String
Descriptions.getChangeDescription
(org.assertj.core.api.WritableAssertionInfo info, Changes changes, Change change, int index, ChangeType changeType, String tableName) Returns the description of thechanges
.static Integer[]
Changes.getIndexesOfModifiedColumns
(Change change) Returns the indexes of the modified columns.