Uses of Class
org.assertj.db.type.TimeValue
Packages that use TimeValue
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 TimeValue in org.assertj.db.api
Methods in org.assertj.db.api with parameters of type TimeValueModifier and TypeMethodDescriptionAbstractColumnAssert.containsValues(TimeValue... expected) Verifies that the values of a column contains time values.Verifies that the values of a column are equal to time values.Verifies that the values at the start point and the end point are equal to a time.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.Verifies that the value is after a time value.Verifies that the value is after a time value.AbstractAssertWithValues.isAfterOrEqualTo(TimeValue time) Verifies that the value is after or equal to a time value.AbstractValueAssert.isAfterOrEqualTo(TimeValue time) Verifies that the value is after or equal to a time value.Verifies that the value is before a time value.Verifies that the value is before a time value.AbstractAssertWithValues.isBeforeOrEqualTo(TimeValue time) Verifies that the value is before or equal to a time value.AbstractValueAssert.isBeforeOrEqualTo(TimeValue time) Verifies that the value is before or equal to a time value.AbstractAssertWithValues.isCloseTo(DateTimeValue expected, TimeValue tolerance) Verifies that the value is close to a date/time.Verifies that the value is close to a date.Verifies that the value is close to a time.AbstractValueAssert.isCloseTo(DateTimeValue expected, TimeValue tolerance) Verifies that the value is close to a date/time.Verifies that the value is close to a date.Verifies that the value is close to a time.Verifies that the value is equal to a time value.Verifies that the value is equal to a time value.AbstractAssertWithValues.isNotEqualTo(TimeValue expected) Verifies that the value is not equal to a time value.AbstractValueAssert.isNotEqualTo(TimeValue expected) Verifies that the value is not equal to a time value. -
Uses of TimeValue in org.assertj.db.api.assertions
Methods in org.assertj.db.api.assertions with parameters of type TimeValueModifier and TypeMethodDescriptionAssertOnColumnContent.containsValues(TimeValue... expected) Verifies that the values of a column contains time values.Verifies that the values of a column are equal to time values.Verifies that the values at the start point and the end point are equal to a time.AssertOnColumnOfChangeEquality.hasValues(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.Verifies that the value is after a time value.AssertOnValueChronology.isAfterOrEqualTo(TimeValue time) Verifies that the value is after or equal to a time value.Verifies that the value is before a time value.AssertOnValueChronology.isBeforeOrEqualTo(TimeValue time) Verifies that the value is before or equal to a time value.AssertOnValueCloseness.isCloseTo(DateTimeValue expected, TimeValue tolerance) Verifies that the value is close to a date/time.Verifies that the value is close to a date.Verifies that the value is close to a time.Verifies that the value is equal to a time value.AssertOnValueInequality.isNotEqualTo(TimeValue expected) Verifies that the value is not equal to a time value. -
Uses of TimeValue in org.assertj.db.api.assertions.impl
Methods in org.assertj.db.api.assertions.impl with parameters of type TimeValueModifier and TypeMethodDescriptionstatic <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<?>>
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<?>>
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<?>>
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, 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, 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, TimeValue time) Verifies that the value is before or equal to a time value.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, 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<?>>
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<?>>
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. -
Uses of TimeValue in org.assertj.db.type
Methods in org.assertj.db.type that return TimeValueModifier and TypeMethodDescriptionstatic TimeValueMakes an instance of time value from aTime.static TimeValueMakes an instance of time value from aLocalTime.static TimeValueMakes an instance of time value from aCalendar.DateTimeValue.getTime()Returns the time.Moves the time with the value in parameter.static TimeValueTimeValue.now()Makes an instance of the time value corresponding to now.static TimeValueTimeValue.of(int hours, int minutes) Makes an instance of time value from a hours and minutes.static TimeValueTimeValue.of(int hours, int minutes, int seconds) Makes an instance of time value from a hours, minutes and seconds.static TimeValueTimeValue.of(int hours, int minutes, int seconds, int nanoSeconds) Makes an instance of time value from a hours, minutes, seconds and nanoseconds.static TimeValueMakes an instance of time value from aStringinhh:mm,hh:mm:ssorhh:mm:ss.nnnnnnnnnformat.TimeValue.reverse()Returns the reverse of the time.Methods in org.assertj.db.type with parameters of type TimeValueModifier and TypeMethodDescriptionintbooleanReturns if this time value is after the time value in parameter.booleanReturns if this time value is before the time value in parameter.Moves the date/time with the value in parameter.Moves the date with the value in parameter.Moves the time with the value in parameter.static DateTimeValueMakes an instance of date/time value from a date and a time.Constructors in org.assertj.db.type with parameters of type TimeValue -
Uses of TimeValue in org.assertj.db.util
Methods in org.assertj.db.util with parameters of type TimeValueModifier and TypeMethodDescriptionstatic booleanValues.areClose(Value value, DateTimeValue expected, TimeValue tolerance) Returns if the value is close to theDateTimeValuein 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 theTimeValuein parameter.