Uses of Class
org.assertj.core.data.TemporalUnitOffset
-
Packages that use TemporalUnitOffset Package Description org.assertj.core.api org.assertj.core.data -
-
Uses of TemporalUnitOffset in org.assertj.core.api
Methods in org.assertj.core.api that return TemporalUnitOffset Modifier and Type Method Description static TemporalUnitOffsetAssertions. byLessThan(long value, TemporalUnit unit)Assertions entry point forTemporalUnitOffsetwith strict less than condition to use withisCloseTotemporal assertions.static TemporalUnitOffsetAssertions. within(long value, TemporalUnit unit)Assertions entry point forTemporalUnitOffsetwith with less than or equal condition to use with isCloseTo temporal assertions. -
Uses of TemporalUnitOffset in org.assertj.core.data
Subclasses of TemporalUnitOffset in org.assertj.core.data Modifier and Type Class Description classTemporalUnitLessThanOffsetTemporalUnitOffsetwith strict less than condition.classTemporalUnitWithinOffsetTemporalUnitOffsetwith less than or equal condition.
-