Uses of Enum
org.assertj.db.type.ValueType
Packages that use ValueType
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 ValueType in org.assertj.db.api
Methods in org.assertj.db.api with parameters of type ValueTypeModifier and TypeMethodDescriptionAbstractAssertWithValues.isOfAnyTypeIn(ValueType... expected) Verifies that the type of the value is equal to one of the types in parameters.AbstractColumnAssert.isOfAnyTypeIn(ValueType... expected) Verifies that the type of the column is equal to one of the types in parameters.AbstractValueAssert.isOfAnyTypeIn(ValueType... expected) Verifies that the type of the value is equal to one of the types in parameters.ChangeColumnAssert.isOfAnyTypeIn(ValueType... expected) Verifies that the type of the column is equal to one of the types in parameters.Verifies that the type of the value is equal to the type in parameter.Verifies that the type of the values of the column is equal to the type in parameter.Verifies that the type of the value is equal to the type in parameter.Verifies that the type of the values of the column is equal to the type in parameter. -
Uses of ValueType in org.assertj.db.api.assertions
Methods in org.assertj.db.api.assertions with parameters of type ValueTypeModifier and TypeMethodDescriptionAssertOnColumnType.isOfAnyTypeIn(ValueType... expected) Verifies that the type of the column is equal to one of the types in parameters.AssertOnValueType.isOfAnyTypeIn(ValueType... expected) Verifies that the type of the value is equal to one of the types in parameters.Verifies that the type of the values of the column is equal to the type in parameter.Verifies that the type of the value is equal to the type in parameter. -
Uses of ValueType in org.assertj.db.api.assertions.impl
Methods in org.assertj.db.api.assertions.impl with parameters of type ValueTypeModifier and TypeMethodDescriptionstatic <A extends AbstractAssert<?>>
AAssertionsOnColumnOfChangeType.isOfAnyTypeIn(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value valueAtStartPoint, Value valueAtEndPoint, ValueType... expected) Verifies that the type of the column is equal to one of the types in parameters.static <A extends AbstractAssert<?>>
AAssertionsOnColumnType.isOfAnyTypeIn(A assertion, org.assertj.core.api.WritableAssertionInfo info, List<Value> valuesList, ValueType... expected) Verifies that the type of the column is equal to one of the types in parameters.static <A extends AbstractAssert<?>>
AAssertionsOnValueType.isOfAnyTypeIn(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, ValueType... expected) Verifies that the type of the value is equal to one of the types in parameters.static <A extends AbstractAssert<?>>
AAssertionsOnColumnOfChangeType.isOfType(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value valueAtStartPoint, Value valueAtEndPoint, ValueType expected, boolean lenient) Verifies that the type of the values of the column is equal to the type in parameter.static <A extends AbstractAssert<?>>
AAssertionsOnColumnType.isOfType(A assertion, org.assertj.core.api.WritableAssertionInfo info, List<Value> valuesList, ValueType expected, boolean lenient) /** Verifies that the type of the values of the column is equal to the type in parameter.static <A extends AbstractAssert<?>>
AAssertionsOnValueType.isOfType(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, ValueType expected) Verifies that the type of the value is equal to the type in parameter. -
Uses of ValueType in org.assertj.db.error
Methods in org.assertj.db.error with parameters of type ValueTypeModifier and TypeMethodDescriptionstatic org.assertj.core.error.ErrorMessageFactoryShouldBeValueType.shouldBeValueType(int index, Value actual, ValueType tested, ValueType expected) Creates a new.ShouldBeValueTypestatic org.assertj.core.error.ErrorMessageFactoryShouldBeValueType.shouldBeValueType(Value actual, ValueType tested, ValueType expected) Creates a new.ShouldBeValueTypestatic org.assertj.core.error.ErrorMessageFactoryShouldBeValueTypeOfAny.shouldBeValueTypeOfAny(int index, Value actual, ValueType tested, ValueType... expected) Creates a new.ShouldBeValueTypeOfAnystatic org.assertj.core.error.ErrorMessageFactoryShouldBeValueTypeOfAny.shouldBeValueTypeOfAny(Value actual, ValueType tested, ValueType... expected) Creates a new.ShouldBeValueTypeOfAnystatic org.assertj.core.error.ErrorMessageFactoryShouldBeValueTypeOfAnyWithEndPoint.shouldBeValueTypeOfAnyWithEndPoint(Value actual, ValueType tested, ValueType... expected) Creates a new.ShouldBeValueTypeOfAnyWithEndPointstatic org.assertj.core.error.ErrorMessageFactoryShouldBeValueTypeOfAnyWithStartPoint.shouldBeValueTypeOfAnyWithStartPoint(Value actual, ValueType tested, ValueType... expected) Creates a new.ShouldBeValueTypeOfAnyWithStartPointstatic org.assertj.core.error.ErrorMessageFactoryShouldBeValueTypeWithEndPoint.shouldBeValueTypeWithEndPoint(Value actual, ValueType tested, ValueType expected) Creates a new.ShouldBeValueTypeWithEndPointstatic org.assertj.core.error.ErrorMessageFactoryShouldBeValueTypeWithStartPoint.shouldBeValueTypeWithStartPoint(Value actual, ValueType tested, ValueType expected) Creates a new.ShouldBeValueTypeWithStartPoint -
Uses of ValueType in org.assertj.db.type
Methods in org.assertj.db.type that return ValueTypeModifier and TypeMethodDescriptionstatic ValueType[]ValueType.getPossibleTypesForComparison(Object expected) Returns the types which are possible for the actual value (data) for the comparison with an expected value.Value.getValueType()Returns the type of the value.static ValueTypeReturns the enum constant of this type with the specified name.static ValueType[]ValueType.values()Returns an array containing the constants of this enum type, in the order they are declared.