static TemporalUnitOffset |
Assertions.byLessThan(long value,
java.time.temporal.TemporalUnit unit) |
Assertions entry point for TemporalUnitOffset with strict less than condition
to use with isCloseTo temporal assertions.
|
static TemporalUnitOffset |
BDDAssertions.byLessThan(long value,
java.time.temporal.TemporalUnit unit) |
Assertions entry point for TemporalUnitOffset with strict less than condition
to use with isCloseTo temporal assertions.
|
default TemporalUnitOffset |
WithAssertions.byLessThan(long value,
java.time.temporal.TemporalUnit unit) |
Assertions entry point for TemporalUnitOffset with strict less than condition
to use with isCloseTo temporal assertions.
|
static TemporalUnitOffset |
Assertions.within(long value,
java.time.temporal.TemporalUnit unit) |
Assertions entry point for TemporalUnitOffset with less than or equal condition
to use with isCloseTo temporal assertions.
|
static TemporalUnitOffset |
BDDAssertions.within(long value,
java.time.temporal.TemporalUnit unit) |
Assertions entry point for TemporalUnitOffset with less than or equal condition
to use with isCloseTo temporal assertions.
|
default TemporalUnitOffset |
WithAssertions.within(long value,
java.time.temporal.TemporalUnit unit) |
Assertions entry point for TemporalUnitOffset with less than or equal condition
to use with isCloseTo temporal assertions.
|