Uses of Class
org.assertj.db.type.DateValue
Packages that use DateValue
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 DateValue in org.assertj.db.api
Methods in org.assertj.db.api with parameters of type DateValueModifier and TypeMethodDescriptionAbstractColumnAssert.containsValues(DateValue... expected) Verifies that the values of a column contains date values.Verifies that the values of a column are equal to date values.Verifies that the values at the start point and the end point are equal to a date.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.Verifies that the value is after a date value.Verifies that the value is after a date value.AbstractAssertWithValues.isAfterOrEqualTo(DateValue date) Verifies that the value is after or equal to a date value.AbstractValueAssert.isAfterOrEqualTo(DateValue date) Verifies that the value is after or equal to a date value.Verifies that the value is before a date value.Verifies that the value is before a date value.AbstractAssertWithValues.isBeforeOrEqualTo(DateValue date) Verifies that the value is before or equal to a date value.AbstractValueAssert.isBeforeOrEqualTo(DateValue date) Verifies that the value is before or equal to a date value.AbstractAssertWithValues.isCloseTo(DateTimeValue expected, DateValue 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.Verifies that the value is close to a date.Verifies that the value is close to a date.AbstractValueAssert.isCloseTo(DateTimeValue expected, DateValue 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.Verifies that the value is close to a date.Verifies that the value is close to a date.Verifies that the value is equal to a date value.Verifies that the value is equal to a date value.AbstractAssertWithValues.isNotEqualTo(DateValue expected) Verifies that the value is not equal to a date value.AbstractValueAssert.isNotEqualTo(DateValue expected) Verifies that the value is not equal to a date value. -
Uses of DateValue in org.assertj.db.api.assertions
Methods in org.assertj.db.api.assertions with parameters of type DateValueModifier and TypeMethodDescriptionAssertOnColumnContent.containsValues(DateValue... expected) Verifies that the values of a column contains date values.Verifies that the values of a column are equal to date values.Verifies that the values at the start point and the end point are equal to a date.AssertOnColumnOfChangeEquality.hasValues(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.Verifies that the value is after a date value.AssertOnValueChronology.isAfterOrEqualTo(DateValue date) Verifies that the value is after or equal to a date value.Verifies that the value is before a date value.AssertOnValueChronology.isBeforeOrEqualTo(DateValue date) Verifies that the value is before or equal to a date value.AssertOnValueCloseness.isCloseTo(DateTimeValue expected, DateValue 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.Verifies that the value is close to a date.Verifies that the value is close to a date.Verifies that the value is equal to a date value.AssertOnValueInequality.isNotEqualTo(DateValue expected) Verifies that the value is not equal to a date value. -
Uses of DateValue in org.assertj.db.api.assertions.impl
Methods in org.assertj.db.api.assertions.impl with parameters of type DateValueModifier and TypeMethodDescriptionstatic <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<?>>
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<?>>
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<?>>
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.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.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.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<?>>
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, 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<?>>
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<?>>
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. -
Uses of DateValue in org.assertj.db.type
Methods in org.assertj.db.type that return DateValueModifier and TypeMethodDescriptionstatic DateValueMakes an instance of date value from aDate.static DateValueMakes an instance of date value from aLocalDate.static DateValueMakes an instance of date value from aCalendar.DateTimeValue.getDate()Returns the date.DateValue.getDate()Returns the date.DateValueContainer.getDate()Returns the date.Moves the date with the value in parameter.static DateValueDateValue.now()Makes an instance of the date value corresponding to now.static DateValueDateValue.of(int year, int month, int dayOfTheMonth) Makes an instance of date value from a day of month, a month and an year.static DateValueMakes an instance of date value from aStringin formatyyyy-mm-dd.DateValue.reverse()Returns the reverse of the date.Methods in org.assertj.db.type with parameters of type DateValueModifier and TypeMethodDescriptionintbooleanReturns if this date value is after the date value in parameter.booleanReturns if this date value is before the date value in parameter.Moves the date/time with the value in parameter.Moves the date with the value in parameter.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.Constructors in org.assertj.db.type with parameters of type DateValue -
Uses of DateValue in org.assertj.db.util
Methods in org.assertj.db.util with parameters of type DateValueModifier and TypeMethodDescriptionstatic 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, 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 equal to theDateValuein parameter.