Uses of Interface
org.assertj.core.data.TemporalOffset
Packages that use TemporalOffset
-
Uses of TemporalOffset in org.assertj.core.api
Methods in org.assertj.core.api with parameters of type TemporalOffsetModifier and TypeMethodDescriptionAbstractLocalDateTimeAssert.isCloseTo
(LocalDateTime other, TemporalOffset<? super LocalDateTime> offset) Verifies that the actualLocalDateTime
is close to the other according to the givenTemporalOffset
.AbstractLocalTimeAssert.isCloseTo
(LocalTime other, TemporalOffset<? super LocalTime> offset) AbstractOffsetDateTimeAssert.isCloseTo
(OffsetDateTime other, TemporalOffset<? super OffsetDateTime> offset) Verifies that the actualOffsetDateTime
is close to the other according to the givenTemporalOffset
.AbstractOffsetTimeAssert.isCloseTo
(OffsetTime other, TemporalOffset<? super OffsetTime> offset) Verifies that the actualOffsetTime
is close to the other according to the givenTemporalOffset
.AbstractTemporalAssert.isCloseTo
(String otherAsString, TemporalOffset<? super TEMPORAL> offset) Same assertion asAbstractTemporalAssert.isCloseTo(Temporal, TemporalOffset)
but theTEMPORAL
is built from a given String that follows predefined ISO date format Predefined Formatters to allow callingAbstractTemporalAssert.parse(String)
)} method.AbstractTemporalAssert.isCloseTo
(TEMPORAL other, TemporalOffset<? super TEMPORAL> offset) Verifies that the actualTemporal
is close to the other according to the givenTemporalOffset
.AbstractZonedDateTimeAssert.isCloseTo
(ZonedDateTime other, TemporalOffset<? super ZonedDateTime> offset) Verifies that the actualZonedDateTime
is close to the other according to the givenTemporalOffset
. -
Uses of TemporalOffset in org.assertj.core.data
Classes in org.assertj.core.data that implement TemporalOffsetModifier and TypeClassDescriptionclass
TemporalUnitOffset
with strict less than condition.class
Base class forTemporalOffset
on basis ofTemporalUnit
.class
TemporalUnitOffset
with less than or equal condition.