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 TypeMethodDescriptionAbstractTemporalAssert.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. -
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.