Uses of Class
org.assertj.db.type.Value
Packages that use Value
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 the different error messages used when an assertion methods fail.
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 Value in org.assertj.db.api
Fields in org.assertj.db.api declared as ValueModifier and TypeFieldDescriptionprotected final ValueAbstractAssertWithValues.valueThe actual value on which the assertion is.protected final ValueAbstractValueAssert.valueThe actual value on which this assertion is.protected final ValueChangeColumnAssert.valueAtEndPointThe actual value at end point.protected final ValueChangeColumnAssert.valueAtStartPointThe actual value at start point.Fields in org.assertj.db.api with type parameters of type ValueModifier and TypeFieldDescriptionAbstractColumnAssert.valuePositionPosition of navigation to value.Methods in org.assertj.db.api that return types with arguments of type ValueModifier and TypeMethodDescriptionAbstractColumnAssert.getValuePosition()Returns the position of navigation to value.AbstractRowAssert.getValuePosition()Returns the position of navigation to value.AbstractSubAssert.getValuePosition()Returns the position of navigation to value.AbstractColumnAssert.getValuesList()Returns the list of values.AbstractRowAssert.getValuesList()Returns the list of values.AbstractSubAssert.getValuesList()Returns the list of values.Constructors in org.assertj.db.api with parameters of type ValueModifierConstructorDescriptionChangeColumnAssert(ChangeAssert origin, String columnName, Value valueAtStartPoint, Value valueAtEndPoint) Constructor.ChangeColumnValueAssert(ChangeColumnAssert origin, Value value) Constructor.ChangeRowValueAssert(ChangeRowAssert origin, Value value) Constructor.RequestColumnValueAssert(RequestColumnAssert origin, Value value) Constructor.RequestRowValueAssert(RequestRowAssert origin, Value value) Constructor.TableColumnValueAssert(TableColumnAssert origin, Value value) Constructor.TableRowValueAssert(TableRowAssert origin, Value value) Constructor. -
Uses of Value in org.assertj.db.api.assertions.impl
Methods in org.assertj.db.api.assertions.impl with parameters of type ValueModifier and TypeMethodDescriptionstatic <A extends AbstractAssert<?>>
AAssertionsOnColumnOfChangeEquality.hasValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value valueAtStartPoint, Value valueAtEndPoint, byte[] expected) Verifies that the values at the start point and the end point are equal to bytes.static <A extends AbstractAssert<?>>
AAssertionsOnColumnOfChangeEquality.hasValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value valueAtStartPoint, Value valueAtEndPoint, byte[] expectedAtStartPoint, byte[] expectedAtEndPoint) Verifies that the values at the start point and the end point are equal to bytes for start point and other bytes for end point.static <A extends AbstractAssert<?>>
AAssertionsOnColumnOfChangeEquality.hasValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value valueAtStartPoint, Value valueAtEndPoint, Boolean expected) Verifies that the values at the start point and the end point are equal to a boolean.static <A extends AbstractAssert<?>>
AAssertionsOnColumnOfChangeEquality.hasValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value valueAtStartPoint, Value valueAtEndPoint, Boolean expectedAtStartPoint, Boolean expectedAtEndPoint) Verifies that the values at the start point and the end point are equal to a boolean for start point and another boolean for end point.static <A extends AbstractAssert<?>>
AAssertionsOnColumnOfChangeEquality.hasValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value valueAtStartPoint, Value valueAtEndPoint, Character expected) Verifies that the values at the start point and the end point are equal to a character.static <A extends AbstractAssert<?>>
AAssertionsOnColumnOfChangeEquality.hasValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value valueAtStartPoint, Value valueAtEndPoint, Character expectedAtStartPoint, Character expectedAtEndPoint) Verifies that the values at the start point and the end point are equal to a character for start point and another character for end point.static <A extends AbstractAssert<?>>
AAssertionsOnColumnOfChangeEquality.hasValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value valueAtStartPoint, Value valueAtEndPoint, Number expected) Verifies that the values at the start point and the end point are equal to a number.static <A extends AbstractAssert<?>>
AAssertionsOnColumnOfChangeEquality.hasValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value valueAtStartPoint, Value valueAtEndPoint, Number expectedAtStartPoint, Number expectedAtEndPoint) Verifies that the values at the start point and the end point are equal to a number for start point and another number for end point.static <A extends AbstractAssert<?>>
AAssertionsOnColumnOfChangeEquality.hasValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value valueAtStartPoint, Value valueAtEndPoint, Object expected) Verifies that the values at the start point and the end point are equal to a object.static <A extends AbstractAssert<?>>
AAssertionsOnColumnOfChangeEquality.hasValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value valueAtStartPoint, Value valueAtEndPoint, Object expectedAtStartPoint, Object expectedAtEndPoint) Verifies that the values at the start point and the end point are equal to a boolean for start point and another object for end point.static <A extends AbstractAssert<?>>
AAssertionsOnColumnOfChangeEquality.hasValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value valueAtStartPoint, Value valueAtEndPoint, String expected) Verifies that the values at the start point and the end point are equal to a text.static <A extends AbstractAssert<?>>
AAssertionsOnColumnOfChangeEquality.hasValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value valueAtStartPoint, Value valueAtEndPoint, String expectedAtStartPoint, String expectedAtEndPoint) Verifies that the values at the start point and the end point are equal to a text for start point and another text for end point.static <A extends AbstractAssert<?>>
AAssertionsOnColumnOfChangeEquality.hasValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value valueAtStartPoint, Value valueAtEndPoint, UUID expected) Verifies that the values at the start point and the end point are equal to an UUID.static <A extends AbstractAssert<?>>
AAssertionsOnColumnOfChangeEquality.hasValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value valueAtStartPoint, Value valueAtEndPoint, UUID expectedAtStartPoint, UUID expectedAtEndPoint) Verifies that the values at the start point and the end point are equal to an UUID for start point and another UUID for end point.static <A extends AbstractAssert<?>>
AAssertionsOnColumnOfChangeEquality.hasValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value valueAtStartPoint, Value valueAtEndPoint, DateTimeValue expected) Verifies that the values at the start point and the end point are equal to a date/time.static <A extends AbstractAssert<?>>
AAssertionsOnColumnOfChangeEquality.hasValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value valueAtStartPoint, Value valueAtEndPoint, DateTimeValue expectedAtStartPoint, DateTimeValue expectedAtEndPoint) Verifies that the values at the start point and the end point are equal to a date/time for start point and another date/time for end point.static <A extends AbstractAssert<?>>
AAssertionsOnColumnOfChangeEquality.hasValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value valueAtStartPoint, Value valueAtEndPoint, DateValue expected) Verifies that the values at the start point and the end point are equal to a date.static <A extends AbstractAssert<?>>
AAssertionsOnColumnOfChangeEquality.hasValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value valueAtStartPoint, Value valueAtEndPoint, DateValue expectedAtStartPoint, DateValue expectedAtEndPoint) Verifies that the values at the start point and the end point are equal to a date for start point and another date for end point.static <A extends AbstractAssert<?>>
AAssertionsOnColumnOfChangeEquality.hasValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value valueAtStartPoint, Value valueAtEndPoint, TimeValue expected) Verifies that the values at the start point and the end point are equal to a time.static <A extends AbstractAssert<?>>
AAssertionsOnColumnOfChangeEquality.hasValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value valueAtStartPoint, Value valueAtEndPoint, TimeValue expectedAtStartPoint, TimeValue expectedAtEndPoint) Verifies that the values at the start point and the end point are equal to a time for start point and another time for end point.static <A extends AbstractAssert<?>>
AAssertionsOnValueCondition.is(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, org.assertj.core.api.Condition<?> condition) Verifies that the value match with condition.static <A extends AbstractAssert<?>>
AAssertionsOnValueChronology.isAfter(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, String expected) Verifies that the value is after a date, time or date/time represented by aString.static <A extends AbstractAssert<?>>
AAssertionsOnValueChronology.isAfter(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, DateTimeValue dateTime) Verifies that the value is after a date/time value.static <A extends AbstractAssert<?>>
AAssertionsOnValueChronology.isAfter(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, DateValue date) Verifies that the value is after a date value.static <A extends AbstractAssert<?>>
AAssertionsOnValueChronology.isAfter(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, TimeValue time) Verifies that the value is after a time value.static <A extends AbstractAssert<?>>
AAssertionsOnValueChronology.isAfterOrEqualTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, String expected) Verifies that the value is after or equal to a date, time or date/time represented by aString.static <A extends AbstractAssert<?>>
AAssertionsOnValueChronology.isAfterOrEqualTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, DateTimeValue dateTime) Verifies that the value is after or equal to a date/time value.static <A extends AbstractAssert<?>>
AAssertionsOnValueChronology.isAfterOrEqualTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, DateValue date) Verifies that the value is after or equal to a date value.static <A extends AbstractAssert<?>>
AAssertionsOnValueChronology.isAfterOrEqualTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, TimeValue time) Verifies that the value is after or equal to a time value.static <A extends AbstractAssert<?>>
AAssertionsOnValueChronology.isBefore(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, String expected) Verifies that the value is before a date, time or date/time represented by aString.static <A extends AbstractAssert<?>>
AAssertionsOnValueChronology.isBefore(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, DateTimeValue dateTime) Verifies that the value is before a date/time value.static <A extends AbstractAssert<?>>
AAssertionsOnValueChronology.isBefore(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, DateValue date) Verifies that the value is before a date value.static <A extends AbstractAssert<?>>
AAssertionsOnValueChronology.isBefore(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, TimeValue time) Verifies that the value is before a time value.static <A extends AbstractAssert<?>>
AAssertionsOnValueChronology.isBeforeOrEqualTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, String expected) Verifies that the value is before or equal to a date, time or date/time represented by aString.static <A extends AbstractAssert<?>>
AAssertionsOnValueChronology.isBeforeOrEqualTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, DateTimeValue dateTime) Verifies that the value is before or equal to a date/time value.static <A extends AbstractAssert<?>>
AAssertionsOnValueChronology.isBeforeOrEqualTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, DateValue date) Verifies that the value is before or equal to a date value.static <A extends AbstractAssert<?>>
AAssertionsOnValueChronology.isBeforeOrEqualTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, TimeValue time) Verifies that the value is before or equal to a time value.static <A extends AbstractAssert<?>>
AAssertionsOnColumnOfChangeType.isBoolean(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value valueAtStartPoint, Value valueAtEndPoint, boolean lenient) Verifies that the type of the values of the column is boolean.static <A extends AbstractAssert<?>>
AAssertionsOnValueType.isBoolean(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value) Verifies that the value is a boolean.static <A extends AbstractAssert<?>>
AAssertionsOnColumnOfChangeType.isBytes(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value valueAtStartPoint, Value valueAtEndPoint, boolean lenient) Verifies that the type of the values of the column is array of bytes.static <A extends AbstractAssert<?>>
AAssertionsOnValueType.isBytes(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value) Verifies that the value is a array of bytes.static <A extends AbstractAssert<?>>
AAssertionsOnValueCloseness.isCloseTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, Number expected, Number tolerance) Verifies that the value is close to a number.static <A extends AbstractAssert<?>>
AAssertionsOnValueCloseness.isCloseTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, DateTimeValue expected, DateTimeValue tolerance) Verifies that the value is close to a date/time.static <A extends AbstractAssert<?>>
AAssertionsOnValueCloseness.isCloseTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, DateTimeValue expected, DateValue tolerance) Verifies that the value is close to a date/time.static <A extends AbstractAssert<?>>
AAssertionsOnValueCloseness.isCloseTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, DateTimeValue expected, TimeValue tolerance) Verifies that the value is close to a date/time.static <A extends AbstractAssert<?>>
AAssertionsOnValueCloseness.isCloseTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, DateValue expected, DateTimeValue tolerance) Verifies that the value is close to a date.static <A extends AbstractAssert<?>>
AAssertionsOnValueCloseness.isCloseTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, DateValue expected, DateValue tolerance) Verifies that the value is close to a date.static <A extends AbstractAssert<?>>
AAssertionsOnValueCloseness.isCloseTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, DateValue expected, TimeValue tolerance) Verifies that the value is close to a date.static <A extends AbstractAssert<?>>
AAssertionsOnValueCloseness.isCloseTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, TimeValue expected, TimeValue tolerance) Verifies that the value is close to a time.static <A extends AbstractAssert<?>>
AAssertionsOnColumnOfChangeType.isDate(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value valueAtStartPoint, Value valueAtEndPoint, boolean lenient) Verifies that the type of the values of the column is date.static <A extends AbstractAssert<?>>
AAssertionsOnValueType.isDate(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value) Verifies that the value is a date.static <A extends AbstractAssert<?>>
AAssertionsOnColumnOfChangeType.isDateTime(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value valueAtStartPoint, Value valueAtEndPoint, boolean lenient) Verifies that the type of the values of the column is date/time.static <A extends AbstractAssert<?>>
AAssertionsOnValueType.isDateTime(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value) Verifies that the value is a date/time.static <A extends AbstractAssert<?>>
AAssertionsOnValueEquality.isEqualTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, byte[] expected) Verifies that the value is equal to a array of bytes.static <A extends AbstractAssert<?>>
AAssertionsOnValueEquality.isEqualTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, Boolean expected) Verifies that the value is equal to a boolean.static <A extends AbstractAssert<?>>
AAssertionsOnValueEquality.isEqualTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, Character expected) Verifies that the value is equal to a character.static <A extends AbstractAssert<?>>
AAssertionsOnValueEquality.isEqualTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, Number expected) Verifies that the value is equal to a number.static <A extends AbstractAssert<?>>
AAssertionsOnValueEquality.isEqualTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, Object expected) Verifies that the value is equal to a object.static <A extends AbstractAssert<?>>
AAssertionsOnValueEquality.isEqualTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, String expected) Verifies that the value is equal to a text.static <A extends AbstractAssert<?>>
AAssertionsOnValueEquality.isEqualTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, UUID expected) Verifies that the value is equal to an UUID.static <A extends AbstractAssert<?>>
AAssertionsOnValueEquality.isEqualTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, DateTimeValue expected) Verifies that the value is equal to a date/time value.static <A extends AbstractAssert<?>>
AAssertionsOnValueEquality.isEqualTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, DateValue expected) Verifies that the value is equal to a date value.static <A extends AbstractAssert<?>>
AAssertionsOnValueEquality.isEqualTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, TimeValue expected) Verifies that the value is equal to a time value.static <A extends AbstractAssert<?>>
AAssertionsOnValueEquality.isFalse(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value) Verifies that the value is equal to false boolean.static <A extends AbstractAssert<?>>
AAssertionsOnValueComparison.isGreaterThan(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, Number expected) Verifies that the value is greater than a number.static <A extends AbstractAssert<?>>
AAssertionsOnValueComparison.isGreaterThanOrEqualTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, Number expected) Verifies that the value is greater than or equal to a number.static <A extends AbstractAssert<?>>
AAssertionsOnValueComparison.isLessThan(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, Number expected) Verifies that the value is less than a number.static <A extends AbstractAssert<?>>
AAssertionsOnValueComparison.isLessThanOrEqualTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, Number expected) Verifies that the value is less than or equal to a number.static <A extends AbstractAssert<?>>
AAssertionsOnModifiedColumn.isModified(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value valueAtStartPoint, Value valueAtEndPoint) Verifies that the column is modified between the start point and the end point.static <A extends AbstractAssert<?>>
AAssertionsOnValueCondition.isNot(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, org.assertj.core.api.Condition<?> condition) Verifies that the value not match with condition.static <A extends AbstractAssert<?>>
AAssertionsOnValueInequality.isNotEqualTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, byte[] expected) Verifies that the value is not equal to a array of bytes.static <A extends AbstractAssert<?>>
AAssertionsOnValueInequality.isNotEqualTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, Boolean expected) Verifies that the value is not equal to a boolean.static <A extends AbstractAssert<?>>
AAssertionsOnValueInequality.isNotEqualTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, Character expected) Verifies that the value is not equal to a character.static <A extends AbstractAssert<?>>
AAssertionsOnValueInequality.isNotEqualTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, Number expected) Verifies that the value is not equal to a number.static <A extends AbstractAssert<?>>
AAssertionsOnValueInequality.isNotEqualTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, Object expected) Verifies that the value is not equal to a boolean.static <A extends AbstractAssert<?>>
AAssertionsOnValueInequality.isNotEqualTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, String expected) Verifies that the value is not equal to a text.static <A extends AbstractAssert<?>>
AAssertionsOnValueInequality.isNotEqualTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, UUID expected) Verifies that the value is not equal to an UUID.static <A extends AbstractAssert<?>>
AAssertionsOnValueInequality.isNotEqualTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, DateTimeValue expected) Verifies that the value is not equal to a date/time value.static <A extends AbstractAssert<?>>
AAssertionsOnValueInequality.isNotEqualTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, DateValue expected) Verifies that the value is not equal to a date value.static <A extends AbstractAssert<?>>
AAssertionsOnValueInequality.isNotEqualTo(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, TimeValue expected) Verifies that the value is not equal to a time value.static <A extends AbstractAssert<?>>
AAssertionsOnModifiedColumn.isNotModified(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value valueAtStartPoint, Value valueAtEndPoint) Verifies that the column is not modified between the start point and the end point.static <A extends AbstractAssert<?>>
AAssertionsOnValueNullity.isNotNull(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value) Verifies that the value is notnull.static <A extends AbstractAssert<?>>
AAssertionsOnValueInequality.isNotZero(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value) Verifies that the value is not equal to zero.static <A extends AbstractAssert<?>>
AAssertionsOnValueNullity.isNull(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value) Verifies that the value isnull.static <A extends AbstractAssert<?>>
AAssertionsOnColumnOfChangeType.isNumber(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value valueAtStartPoint, Value valueAtEndPoint, boolean lenient) Verifies that the type of the values of the column is number.static <A extends AbstractAssert<?>>
AAssertionsOnValueType.isNumber(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value) Verifies that the value is a number.static <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<?>>
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<?>>
AAssertionsOnColumnOfChangeClass.isOfClass(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value valueAtStartPoint, Value valueAtEndPoint, Class<?> expected, boolean lenient) Verifies that the class of the values of the column is equal to the class in parameter.static <A extends AbstractAssert<?>>
AAssertionsOnValueClass.isOfClass(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, Class<?> classOfValue) Verifies that the class of the value is equal to the class in parameter.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<?>>
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.static <A extends AbstractAssert<?>>
AAssertionsOnColumnOfChangeType.isText(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value valueAtStartPoint, Value valueAtEndPoint, boolean lenient) Verifies that the type of the values of the column is text.static <A extends AbstractAssert<?>>
AAssertionsOnValueType.isText(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value) Verifies that the value is a text.static <A extends AbstractAssert<?>>
AAssertionsOnColumnOfChangeType.isTime(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value valueAtStartPoint, Value valueAtEndPoint, boolean lenient) Verifies that the type of the values of the column is time.static <A extends AbstractAssert<?>>
AAssertionsOnValueType.isTime(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value) Verifies that the value is a time.static <A extends AbstractAssert<?>>
AAssertionsOnValueEquality.isTrue(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value) Verifies that the value is equal to true boolean.static <A extends AbstractAssert<?>>
AAssertionsOnColumnOfChangeType.isUUID(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value valueAtStartPoint, Value valueAtEndPoint, boolean lenient) Verifies that the type of the values of the column is UUID.static <A extends AbstractAssert<?>>
AAssertionsOnValueType.isUUID(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value) Verifies that the value is an UUID.static <A extends AbstractAssert<?>>
AAssertionsOnValueEquality.isZero(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value) Verifies that the value is equal to zero.static <A extends AbstractAssert<?>>
AAssertionsOnValueCondition.satisfies(A assertion, org.assertj.core.api.WritableAssertionInfo info, Value value, org.assertj.core.api.Condition<?> condition) Verifies that the value satisfies with condition.Method parameters in org.assertj.db.api.assertions.impl with type arguments of type ValueModifier and TypeMethodDescriptionstatic <A extends AbstractAssert<?>>
AAssertionsOnColumnContent.containsValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, List<Value> valuesList, byte[]... expected) Verifies that the column contains bytes.static <A extends AbstractAssert<?>>
AAssertionsOnColumnContent.containsValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, List<Value> valuesList, Boolean... expected) Verifies that the column contains booleans.static <A extends AbstractAssert<?>>
AAssertionsOnColumnContent.containsValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, List<Value> valuesList, Character... expected) Verifies that the column contains characters.static <A extends AbstractAssert<?>>
AAssertionsOnColumnContent.containsValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, List<Value> valuesList, Number... expected) Verifies that the column contains numbers.static <A extends AbstractAssert<?>>
AAssertionsOnColumnContent.containsValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, List<Value> valuesList, Object... expected) Verifies that the column contains objects.static <A extends AbstractAssert<?>>
AAssertionsOnColumnContent.containsValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, List<Value> valuesList, String... expected) Verifies that the column contains texts.static <A extends AbstractAssert<?>>
AAssertionsOnColumnContent.containsValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, List<Value> valuesList, UUID... expected) Verifies that the column contains UUIDs.static <A extends AbstractAssert<?>>
AAssertionsOnColumnContent.containsValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, List<Value> valuesList, DateTimeValue... expected) Verifies that the column contains date/time values.static <A extends AbstractAssert<?>>
AAssertionsOnColumnContent.containsValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, List<Value> valuesList, DateValue... expected) Verifies that the column contains date values.static <A extends AbstractAssert<?>>
AAssertionsOnColumnContent.containsValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, List<Value> valuesList, TimeValue... expected) Verifies that the column contains time values.static <A extends AbstractAssert<?>>
AAssertionsOnValuesNullity.hasOnlyNotNullValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, List<Value> valuesList) Verifies that all the values of the column are notnull.static <A extends AbstractAssert<?>>
AAssertionsOnValuesNullity.hasOnlyNullValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, List<Value> valuesList) Verifies that all the values of the column arenull.static <A extends AbstractAssert<?>>
AAssertionsOnColumnEquality.hasValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, List<Value> valuesList, byte[]... expected) Verifies that the values of a column are equal to bytes.static <A extends AbstractAssert<?>>
AAssertionsOnColumnEquality.hasValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, List<Value> valuesList, Boolean... expected) Verifies that the values of a column are equal to booleans.static <A extends AbstractAssert<?>>
AAssertionsOnColumnEquality.hasValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, List<Value> valuesList, Character... expected) Verifies that the values of a column are equal to characters.static <A extends AbstractAssert<?>>
AAssertionsOnColumnEquality.hasValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, List<Value> valuesList, Number... expected) Verifies that the values of a column are equal to numbers.static <A extends AbstractAssert<?>>
AAssertionsOnColumnEquality.hasValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, List<Value> valuesList, Object... expected) Verifies that the values of a column are equal to objects.static <A extends AbstractAssert<?>>
AAssertionsOnColumnEquality.hasValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, List<Value> valuesList, String... expected) Verifies that the values of a column are equal to texts.static <A extends AbstractAssert<?>>
AAssertionsOnColumnEquality.hasValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, List<Value> valuesList, UUID... expected) Verifies that the values of a column are equal to UUIDs.static <A extends AbstractAssert<?>>
AAssertionsOnColumnEquality.hasValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, List<Value> valuesList, DateTimeValue... expected) Verifies that the values of a column are equal to date/time values.static <A extends AbstractAssert<?>>
AAssertionsOnColumnEquality.hasValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, List<Value> valuesList, DateValue... expected) Verifies that the values of a column are equal to date values.static <A extends AbstractAssert<?>>
AAssertionsOnColumnEquality.hasValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, List<Value> valuesList, TimeValue... expected) Verifies that the values of a column are equal to time values.static <A extends AbstractAssert<?>>
AAssertionsOnRowEquality.hasValues(A assertion, org.assertj.core.api.WritableAssertionInfo info, List<Value> valuesList, Object... expected) Verifies that the values of a column are equal to values in parameter.static <A extends AbstractAssert<?>>
AAssertionsOnRowCondition.hasValuesSatisfying(A assertion, org.assertj.core.api.WritableAssertionInfo info, List<Value> valuesList, Object... expected) Verifies that the values of a row satisfy to conditions in parameter.static <A extends AbstractAssert<?>>
AAssertionsOnColumnType.isBoolean(A assertion, org.assertj.core.api.WritableAssertionInfo info, List<Value> valuesList, boolean lenient) Verifies that the type of the values of the column is boolean.static <A extends AbstractAssert<?>>
AAssertionsOnColumnType.isBytes(A assertion, org.assertj.core.api.WritableAssertionInfo info, List<Value> valuesList, boolean lenient) Verifies that the type of the values of the column is array of bytes.static <A extends AbstractAssert<?>>
AAssertionsOnColumnType.isDate(A assertion, org.assertj.core.api.WritableAssertionInfo info, List<Value> valuesList, boolean lenient) Verifies that the type of the values of the column is date.static <A extends AbstractAssert<?>>
AAssertionsOnColumnType.isDateTime(A assertion, org.assertj.core.api.WritableAssertionInfo info, List<Value> valuesList, boolean lenient) Verifies that the type of the values of the column is date/time.static <A extends AbstractAssert<?>>
AAssertionsOnColumnType.isNumber(A assertion, org.assertj.core.api.WritableAssertionInfo info, List<Value> valuesList, boolean lenient) Verifies that the type of the values of the column is number.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<?>>
AAssertionsOnColumnClass.isOfClass(A assertion, org.assertj.core.api.WritableAssertionInfo info, List<Value> valuesList, Class<?> expected, boolean lenient) Verifies that the class of the values of the column is equal to the class 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<?>>
AAssertionsOnColumnType.isText(A assertion, org.assertj.core.api.WritableAssertionInfo info, List<Value> valuesList, boolean lenient) Verifies that the type of the values of the column is text.static <A extends AbstractAssert<?>>
AAssertionsOnColumnType.isTime(A assertion, org.assertj.core.api.WritableAssertionInfo info, List<Value> valuesList, boolean lenient) Verifies that the type of the values of the column is time.static <A extends AbstractAssert<?>>
AAssertionsOnColumnType.isUUID(A assertion, org.assertj.core.api.WritableAssertionInfo info, List<Value> valuesList, boolean lenient) Verifies that the type of the values of the column is UUID. -
Uses of Value in org.assertj.db.error
Methods in org.assertj.db.error with parameters of type ValueModifier and TypeMethodDescriptionstatic org.assertj.core.error.ErrorMessageFactoryShouldBeCompatible.shouldBeCompatible(Value actual, Object expected) Creates a new.ShouldBeCompatiblestatic org.assertj.core.error.ErrorMessageFactoryShouldBeGreater.shouldBeGreater(Value actual, Object expected) Creates a new.ShouldBeGreaterstatic org.assertj.core.error.ErrorMessageFactoryShouldBeGreaterOrEqual.shouldBeGreaterOrEqual(Value actual, Object expected) Creates a new.ShouldBeGreaterOrEqualstatic org.assertj.core.error.ErrorMessageFactoryShouldBeLess.shouldBeLess(Value actual, Object expected) Creates a new.ShouldBeLessstatic org.assertj.core.error.ErrorMessageFactoryShouldBeLessOrEqual.shouldBeLessOrEqual(Value actual, Object expected) Creates a new.ShouldBeLessOrEqualstatic org.assertj.core.error.ErrorMessageFactoryShouldBeModified.shouldBeModified(Value valueAtStartPoint, Value valueAtEndPoint) Creates a new.ShouldBeModifiedstatic org.assertj.core.error.ErrorMessageFactoryShouldBeValueClass.shouldBeValueClass(int index, Value actual, Class<?> expected) Creates a new.ShouldBeValueTypestatic org.assertj.core.error.ErrorMessageFactoryShouldBeValueClass.shouldBeValueClass(Value actual, Class<?> expected) Creates a new.ShouldBeValueClassstatic org.assertj.core.error.ErrorMessageFactoryShouldBeValueClassWithEndPoint.shouldBeValueClassWithEndPoint(Value actual, Class<?> expected) Creates a new.ShouldBeValueClassWithEndPointstatic org.assertj.core.error.ErrorMessageFactoryShouldBeValueClassWithStartPoint.shouldBeValueClassWithStartPoint(Value actual, Class<?> expected) Creates a new.ShouldBeValueClassWithStartPointstatic 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.ShouldBeValueTypeWithStartPointstatic org.assertj.core.error.ErrorMessageFactoryShouldNotBeModified.shouldNotBeModified(Value valueAtStartPoint, Value valueAtEndPoint) Creates a new.ShouldNotBeModified -
Uses of Value in org.assertj.db.output
Fields in org.assertj.db.output declared as ValueModifier and TypeFieldDescriptionprotected final ValueAbstractOutputterWithValues.valueThe actual value on which the assertion is.protected final ValueAbstractValueOutputter.valueThe actual value on which this assertion is.Fields in org.assertj.db.output with type parameters of type ValueModifier and TypeFieldDescriptionAbstractColumnOutputter.valuePositionPosition of navigation to value.Methods in org.assertj.db.output that return types with arguments of type ValueModifier and TypeMethodDescriptionAbstractColumnOutputter.getValuePosition()Returns the position of navigation to value.AbstractRowOutputter.getValuePosition()Returns the position of navigation to value.AbstractSubOutputter.getValuePosition()Returns the position of navigation to value.AbstractColumnOutputter.getValuesList()Returns the list of values.AbstractRowOutputter.getValuesList()Returns the list of values.AbstractSubOutputter.getValuesList()Returns the list of values.Constructors in org.assertj.db.output with parameters of type ValueModifierConstructorDescriptionChangeColumnOutputter(ChangeOutputter origin, String columnName, Value valueAtStartPoint, Value valueAtEndPoint) Constructor.ChangeColumnValueOutputter(ChangeColumnOutputter origin, Value value) Constructor.ChangeRowValueOutputter(ChangeRowOutputter origin, Value value) Constructor.RequestColumnValueOutputter(RequestColumnOutputter origin, Value value) Constructor.RequestRowValueOutputter(RequestRowOutputter origin, Value value) Constructor.TableColumnValueOutputter(TableColumnOutputter origin, Value value) Constructor.TableRowValueOutputter(TableRowOutputter origin, Value value) Constructor. -
Uses of Value in org.assertj.db.output.impl
Methods in org.assertj.db.output.impl with parameters of type ValueModifier and TypeMethodDescriptionOutput.getChangeColumnOutput(org.assertj.core.api.WritableAssertionInfo info, String columnName, Value valueAtStartPoint, Value valueAtEndPoint) Returns the output of aColumnof aChange.OutputType.getChangeColumnOutput(org.assertj.core.api.WritableAssertionInfo info, String columnName, Value valueAtStartPoint, Value valueAtEndPoint) Returns the output of aColumnof aChange.Output.getValueOutput(org.assertj.core.api.WritableAssertionInfo info, Value value) Returns the output of a value.OutputType.getValueOutput(org.assertj.core.api.WritableAssertionInfo info, Value value) Returns the output of a value. -
Uses of Value in org.assertj.db.type
Methods in org.assertj.db.type that return ValueModifier and TypeMethodDescriptionRow.getColumnValue(int index) Returns the value corresponding to the column index.Row.getColumnValue(String columnName) Returns the value corresponding to the column name in theRow.static ValueValue.getNullValue(String columnName, LetterCase columnLetterCase) Returns a NULL value.Value[]Row.getPksValues()Returns the primary keys value.Column.getRowValue(int index) Returns the value corresponding to the row index.Methods in org.assertj.db.type that return types with arguments of type ValueModifier and TypeMethodDescriptionChange.getPksValueList()Return the list of the primary keys value.Row.getPksValueList()Return the list of the primary keys value.Column.getValuesList()Returns the values of the column.Row.getValuesList()Returns the list of the values for the data from database.Methods in org.assertj.db.type with parameters of type ValueModifier and TypeMethodDescriptionAbstractDbData.getRowFromPksValues(Value... pksValues) Returns theRowwith the primary keys values in parameter.booleanRow.hasPksValuesEqualTo(Value[] pksValues) Returns if the values of the primary keys are equal to the values in parameter. -
Uses of Value in org.assertj.db.util
Methods in org.assertj.db.util with parameters of type ValueModifier and TypeMethodDescriptionstatic booleanReturns if the value is close to theNumberin parameter with the tolerance in parameter.static booleanValues.areClose(Value value, DateTimeValue expected, DateTimeValue tolerance) Returns if the value is close to theDateTimeValuein parameter with the tolerance in parameter.static booleanValues.areClose(Value value, DateTimeValue expected, DateValue tolerance) Returns if the value is close to theDateTimeValuein parameter with the tolerance in parameter.static booleanValues.areClose(Value value, DateTimeValue expected, TimeValue tolerance) Returns if the value is close to theDateTimeValuein parameter with the tolerance in parameter.static booleanValues.areClose(Value value, DateValue expected, DateTimeValue tolerance) Returns if the value is close to theDateValuein parameter with the tolerance in parameter.static booleanReturns if the value is close to theDateValuein parameter with the tolerance in parameter.static booleanReturns if the value is close to theDateValuein parameter with the tolerance in parameter.static booleanReturns if the value is close to theTimeValuein parameter with the tolerance in parameter.static booleanReturns if the value is equal to the array ofbytein parameter.static booleanReturns if the value is equal to theBooleanin parameter.static booleanReturns if the value is equal to theStringin parameter.static booleanReturns if the value is equal to theNumberin parameter.static booleanReturns if the value is equal to another value in parameter.static booleanReturns if the value is equal to theStringin parameter.static booleanReturns if the value is equal to theUUIDin parameter.static booleanValues.areEqual(Value value, DateTimeValue expected) Returns if the value is equal to theDateTimeValuein parameter.static booleanReturns if the value is equal to theDateValuein parameter.static booleanReturns if the value is equal to theTimeValuein parameter.static intReturns the result of the comparison between the value and theNumberin parameter.static ObjectValues.getRepresentationFromValueInFrontOfClass(Value value, Class<?> clazz) Returns a representation of the value (this representation is used for error message).static ObjectValues.getRepresentationFromValueInFrontOfExpected(Value value, Object expected) Returns a representation of the value (this representation is used for error message).static Object[]Values.getRepresentationsFromValuesInFrontOfExpected(Value[] values, Object[] expected) Returns a representation of the values (this representation is used for error message).