Uses of Class
org.assertj.db.type.DateTimeValue
Packages that use DateTimeValue
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 classes that defines the different types used in assertj-db.
This package contains the utility classes of assertj-db.
-
Uses of DateTimeValue in org.assertj.db.api
Methods in org.assertj.db.api with parameters of type DateTimeValueModifier and TypeMethodDescriptionAbstractColumnAssert.containsValues(DateTimeValue... expected) Verifies that the values of a column contains date/time values.AbstractColumnAssert.hasValues(DateTimeValue... expected) Verifies that the values of a column are equal to date/time values.ChangeColumnAssert.hasValues(DateTimeValue expected) Verifies that the values at the start point and the end point are equal to a date/time.ChangeColumnAssert.hasValues(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.AbstractAssertWithValues.isAfter(DateTimeValue dateTime) Verifies that the value is after a date/time value.AbstractValueAssert.isAfter(DateTimeValue dateTime) Verifies that the value is after a date/time value.AbstractAssertWithValues.isAfterOrEqualTo(DateTimeValue dateTime) Verifies that the value is after or equal to a date/time value.AbstractValueAssert.isAfterOrEqualTo(DateTimeValue dateTime) Verifies that the value is after or equal to a date/time value.AbstractAssertWithValues.isBefore(DateTimeValue dateTime) Verifies that the value is before a date/time value.AbstractValueAssert.isBefore(DateTimeValue dateTime) Verifies that the value is before a date/time value.AbstractAssertWithValues.isBeforeOrEqualTo(DateTimeValue dateTime) Verifies that the value is before or equal to a date/time value.AbstractValueAssert.isBeforeOrEqualTo(DateTimeValue dateTime) Verifies that the value is before or equal to a date/time value.AbstractAssertWithValues.isCloseTo(DateTimeValue expected, DateTimeValue tolerance) Verifies that the value is close to a date/time.AbstractAssertWithValues.isCloseTo(DateTimeValue expected, DateValue tolerance) Verifies that the value is close to a date/time.AbstractAssertWithValues.isCloseTo(DateTimeValue expected, TimeValue tolerance) Verifies that the value is close to a date/time.AbstractAssertWithValues.isCloseTo(DateValue expected, DateTimeValue tolerance) Verifies that the value is close to a date.AbstractValueAssert.isCloseTo(DateTimeValue expected, DateTimeValue tolerance) Verifies that the value is close to a date/time.AbstractValueAssert.isCloseTo(DateTimeValue expected, DateValue tolerance) Verifies that the value is close to a date/time.AbstractValueAssert.isCloseTo(DateTimeValue expected, TimeValue tolerance) Verifies that the value is close to a date/time.AbstractValueAssert.isCloseTo(DateValue expected, DateTimeValue tolerance) Verifies that the value is close to a date.AbstractAssertWithValues.isEqualTo(DateTimeValue expected) Verifies that the value is equal to a date/time value.AbstractValueAssert.isEqualTo(DateTimeValue expected) Verifies that the value is equal to a date/time value.AbstractAssertWithValues.isNotEqualTo(DateTimeValue expected) Verifies that the value is not equal to a date/time value.AbstractValueAssert.isNotEqualTo(DateTimeValue expected) Verifies that the value is not equal to a date/time value. -
Uses of DateTimeValue in org.assertj.db.api.assertions
Methods in org.assertj.db.api.assertions with parameters of type DateTimeValueModifier and TypeMethodDescriptionAssertOnColumnContent.containsValues(DateTimeValue... expected) Verifies that the values of a column contains date/time values.AssertOnColumnEquality.hasValues(DateTimeValue... expected) Verifies that the values of a column are equal to date/time values.AssertOnColumnOfChangeEquality.hasValues(DateTimeValue expected) Verifies that the values at the start point and the end point are equal to a date/time.AssertOnColumnOfChangeEquality.hasValues(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.AssertOnValueChronology.isAfter(DateTimeValue dateTime) Verifies that the value is after a date/time value.AssertOnValueChronology.isAfterOrEqualTo(DateTimeValue dateTime) Verifies that the value is after or equal to a date/time value.AssertOnValueChronology.isBefore(DateTimeValue dateTime) Verifies that the value is before a date/time value.AssertOnValueChronology.isBeforeOrEqualTo(DateTimeValue dateTime) Verifies that the value is before or equal to a date/time value.AssertOnValueCloseness.isCloseTo(DateTimeValue expected, DateTimeValue tolerance) Verifies that the value is close to a date/time.AssertOnValueCloseness.isCloseTo(DateTimeValue expected, DateValue tolerance) Verifies that the value is close to a date/time.AssertOnValueCloseness.isCloseTo(DateTimeValue expected, TimeValue tolerance) Verifies that the value is close to a date/time.AssertOnValueCloseness.isCloseTo(DateValue expected, DateTimeValue tolerance) Verifies that the value is close to a date.AssertOnValueEquality.isEqualTo(DateTimeValue expected) Verifies that the value is equal to a date/time value.AssertOnValueInequality.isNotEqualTo(DateTimeValue expected) Verifies that the value is not equal to a date/time value. -
Uses of DateTimeValue in org.assertj.db.api.assertions.impl
Methods in org.assertj.db.api.assertions.impl with parameters of type DateTimeValueModifier and TypeMethodDescriptionstatic <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<?>>
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<?>>
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<?>>
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.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.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.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<?>>
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<?>>
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<?>>
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. -
Uses of DateTimeValue in org.assertj.db.type
Methods in org.assertj.db.type that return DateTimeValueModifier and TypeMethodDescriptionstatic DateTimeValueMakes an instance of date/time value from aTimestamp.static DateTimeValueDateTimeValue.from(LocalDateTime localDateTime) Makes an instance of date/time value from aLocalDateTime.static DateTimeValueMakes an instance of date/time value from aCalendar.DateTimeValue.move(DateTimeValue dateTime) Moves the date/time with the value in parameter.Moves the date/time with the value in parameter.Moves the date/time with the value in parameter.DateValue.move(DateTimeValue dateTime) Moves the date with the value in parameter.Moves the date with the value in parameter.static DateTimeValueDateTimeValue.now()Makes an instance of the date/time value corresponding to now.static DateTimeValueMakes an instance of date/time value from a date with time at 00:00AM.static DateTimeValueMakes an instance of date/time value from a date and a time.static DateTimeValueMakes an instance of date/time value from aStringinyyyy-mm-dd,yyyy-mm-ddThh:mm,yyyy-mm-ddThh:mm:ssoryyyy-mm-ddThh:mm:ss.nnnnnnnnnformat.DateTimeValue.reverse()Returns the reverse of the date/time.Methods in org.assertj.db.type with parameters of type DateTimeValueModifier and TypeMethodDescriptionintDateTimeValue.compareTo(DateTimeValue other) booleanDateTimeValue.isAfter(DateTimeValue dateTime) Returns if this date/time value is after the date/time value in parameter.booleanDateTimeValue.isBefore(DateTimeValue dateTime) Returns if this date/time value is before the date/time value in parameter.DateTimeValue.move(DateTimeValue dateTime) Moves the date/time with the value in parameter.DateValue.move(DateTimeValue dateTime) Moves the date with the value in parameter. -
Uses of DateTimeValue in org.assertj.db.util
Methods in org.assertj.db.util with parameters of type DateTimeValueModifier and TypeMethodDescriptionstatic 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 booleanValues.areEqual(Value value, DateTimeValue expected) Returns if the value is equal to theDateTimeValuein parameter.