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 actualLocalDateTimeis 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 actualOffsetDateTimeis close to the other according to the givenTemporalOffset.AbstractOffsetTimeAssert.isCloseTo(OffsetTime other, TemporalOffset<? super OffsetTime> offset) Verifies that the actualOffsetTimeis close to the other according to the givenTemporalOffset.AbstractTemporalAssert.isCloseTo(String otherAsString, TemporalOffset<? super TEMPORAL> offset) Same assertion asAbstractTemporalAssert.isCloseTo(Temporal, TemporalOffset)but theTEMPORALis 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 actualTemporalis close to the other according to the givenTemporalOffset.AbstractZonedDateTimeAssert.isCloseTo(ZonedDateTime other, TemporalOffset<? super ZonedDateTime> offset) Verifies that the actualZonedDateTimeis close to the other according to the givenTemporalOffset.TemporalAssert.isCloseTo(String otherAsString, TemporalOffset<? super Temporal> offset) -
Uses of TemporalOffset in org.assertj.core.data
Classes in org.assertj.core.data that implement TemporalOffsetModifier and TypeClassDescriptionclassTemporalUnitOffsetwith strict less than condition.classBase class forTemporalOffseton basis ofTemporalUnit.classTemporalUnitOffsetwith less than or equal condition.