Uses of Interface
org.assertj.core.data.TemporalOffset
-
Packages that use TemporalOffset Package Description org.assertj.core.api org.assertj.core.data -
-
Uses of TemporalOffset in org.assertj.core.api
Methods in org.assertj.core.api with parameters of type TemporalOffset Modifier and Type Method Description SELFAbstractTemporalAssert. 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.SELFAbstractTemporalAssert. 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 TemporalOffset Modifier and Type Class Description classTemporalUnitLessThanOffsetTemporalUnitOffsetwith strict less than condition.classTemporalUnitOffsetBase class forTemporalOffseton basis ofTemporalUnit.classTemporalUnitWithinOffsetTemporalUnitOffsetwith less than or equal condition.
-