Uses of Enum
org.assertj.db.type.DataType
Packages that use DataType
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 the classes that defines the different types used in assertj-db.
-
Uses of DataType in org.assertj.db.api
Methods in org.assertj.db.api with parameters of type DataTypeModifier and TypeMethodDescriptionChangeAssert.isOnDataType(DataType expected) Verifies that the data type on which is the change is equal to the type in parameter. -
Uses of DataType in org.assertj.db.api.assertions
Methods in org.assertj.db.api.assertions with parameters of type DataTypeModifier and TypeMethodDescriptionAssertOnDataType.isOnDataType(DataType expected) Verifies that the data type on which is the change is equal to the type in parameter. -
Uses of DataType in org.assertj.db.api.assertions.impl
Methods in org.assertj.db.api.assertions.impl with parameters of type DataTypeModifier and TypeMethodDescriptionstatic <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. -
Uses of DataType in org.assertj.db.error
Methods in org.assertj.db.error with parameters of type DataTypeModifier and TypeMethodDescriptionstatic org.assertj.core.error.ErrorMessageFactoryShouldBeDataType.shouldBeDataType(DataType expected, DataType tested) Creates a new.ShouldBeDataType -
Uses of DataType in org.assertj.db.type
Methods in org.assertj.db.type that return DataTypeModifier and TypeMethodDescriptionAbstractDbData.getDataType()Returns the type of the data on which is the change.Change.getDataType()Returns the type of the data on which is the change.static DataTypeReturns the enum constant of this type with the specified name.static DataType[]DataType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.assertj.db.type with parameters of type DataTypeModifierConstructorDescriptionprotectedAbstractDbData(Class<D> selfType, DataType dataType) Only used for tests.protectedAbstractDbData(Class<D> selfType, DataType dataType, ConnectionProvider connectionProvider) Constructor with aJdbcUrlConnectionProvider.