Uses of Enum
org.assertj.db.type.ChangeType
Packages that use ChangeType
Package
Description
This package contains the API of assertj-db (and especially the entry point class
Assertions).This package contains interfaces that defines the different assertions methods.
This package contains utility classes that implements the different assertions methods.
This package contains the different error messages used when an assertion methods fail.
This package contains interfaces that defines the different navigation methods.
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 ChangeType in org.assertj.db.api
Methods in org.assertj.db.api with parameters of type ChangeTypeModifier and TypeMethodDescriptionChangeAssert.isOfType(ChangeType expected) Verifies that the type of the change is equal to the type in parameter. -
Uses of ChangeType in org.assertj.db.api.assertions
Methods in org.assertj.db.api.assertions with parameters of type ChangeTypeModifier and TypeMethodDescriptionAssertOnChangeType.isOfType(ChangeType expected) Verifies that the type of the change is equal to the type in parameter. -
Uses of ChangeType in org.assertj.db.api.assertions.impl
Methods in org.assertj.db.api.assertions.impl with parameters of type ChangeTypeModifier and TypeMethodDescriptionstatic <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. -
Uses of ChangeType in org.assertj.db.error
Methods in org.assertj.db.error with parameters of type ChangeTypeModifier and TypeMethodDescriptionstatic org.assertj.core.error.ErrorMessageFactoryShouldBeChangeType.shouldBeChangeType(ChangeType expected, ChangeType tested) Creates a new.ShouldBeChangeType -
Uses of ChangeType in org.assertj.db.type
Methods in org.assertj.db.type that return ChangeTypeModifier and TypeMethodDescriptionChange.getChangeType()Returns the type of the change.static ChangeTypeReturns the enum constant of this type with the specified name.static ChangeType[]ChangeType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.assertj.db.type with parameters of type ChangeTypeModifier and TypeMethodDescriptionChanges.getChangesOfType(ChangeType changeType) ReturnsChangesonly on the change type in parameter. -
Uses of ChangeType in org.assertj.db.util
Methods in org.assertj.db.util with parameters of type ChangeTypeModifier 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.getChangesDescription(org.assertj.core.api.WritableAssertionInfo info, ChangeType changeType, String tableName) Returns the description of thechanges.