Uses of Class
org.assertj.db.type.Changes
Packages that use Changes
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 Changes in org.assertj.db.api
Methods in org.assertj.db.api with parameters of type ChangesModifier and TypeMethodDescriptionstatic ChangesAssertAssertions.assertThat(Changes changes) Creates a new instance ofChangesAssert.SoftAssertions.assertThat(Changes changes) Creates a new instance ofChangesAssert.static ChangesAssertCreates a new instance ofChangesAssert.Constructors in org.assertj.db.api with parameters of type ChangesModifierConstructorDescriptionChangesAssert(ChangesAssert origin, Changes changes) Constructor.ChangesAssert(Changes changes) Constructor. -
Uses of Changes in org.assertj.db.api.assertions.impl
Methods in org.assertj.db.api.assertions.impl with parameters of type ChangesModifier and TypeMethodDescriptionstatic <A extends AbstractAssert<?>>
AAssertionsOnNumberOfChanges.hasNumberOfChanges(A assertion, org.assertj.core.api.WritableAssertionInfo info, Changes changes, int expected) Verifies that the number of changes is equal to the number in parameter.static <A extends AbstractAssert<?>>
AAssertionsOnNumberOfChanges.hasNumberOfChangesGreaterThan(A assertion, org.assertj.core.api.WritableAssertionInfo info, Changes changes, int expected) Verifies that the number of changes is greater than the number in parameter.static <A extends AbstractAssert<?>>
AAssertionsOnNumberOfChanges.hasNumberOfChangesGreaterThanOrEqualTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Changes changes, int expected) Verifies that the number of changes is greater than or equal to the number in parameter.static <A extends AbstractAssert<?>>
AAssertionsOnNumberOfChanges.hasNumberOfChangesLessThan(A assertion, org.assertj.core.api.WritableAssertionInfo info, Changes changes, int expected) Verifies that the number of changes is less to the number in parameter.static <A extends AbstractAssert<?>>
AAssertionsOnNumberOfChanges.hasNumberOfChangesLessThanOrEqualTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Changes changes, int expected) Verifies that the number of changes is less than or equal to the number in parameter. -
Uses of Changes in org.assertj.db.output
Methods in org.assertj.db.output with parameters of type ChangesModifier and TypeMethodDescriptionstatic ChangesOutputterCreates a new instance ofChangesOutputter.Constructors in org.assertj.db.output with parameters of type ChangesModifierConstructorDescriptionChangesOutputter(ChangesOutputter origin, Changes changes) Constructor. -
Uses of Changes in org.assertj.db.output.impl
Methods in org.assertj.db.output.impl with parameters of type ChangesModifier and TypeMethodDescriptionOutput.getChangesOutput(org.assertj.core.api.WritableAssertionInfo info, Changes changes) Returns the output ofChanges.OutputType.getChangesOutput(org.assertj.core.api.WritableAssertionInfo info, Changes changes) Returns the output ofChanges. -
Uses of Changes in org.assertj.db.type
Methods in org.assertj.db.type that return ChangesModifier and TypeMethodDescriptionChanges.Builder.build()Build the Changes instance.Changes.getChangesOfTable(String tableName) ReturnsChangesonly on the table name in parameter.Changes.getChangesOfType(ChangeType changeType) ReturnsChangesonly on the change type in parameter.Changes.setEndPointNow()Sets the end point for comparison.Changes.setStartPointNow()Sets the start point for comparison. -
Uses of Changes in org.assertj.db.util
Methods in org.assertj.db.util with parameters of type ChangesModifier and TypeMethodDescriptionstatic StringDescriptions.getChangeDescription(org.assertj.core.api.WritableAssertionInfo info, Changes changes, Change change, int index, ChangeType changeType, String tableName) Returns the description of thechanges.static StringDescriptions.getDescription(Changes changes) Returns the description of thechanges.