Package | Description |
---|---|
org.assertj.core.api | |
org.assertj.core.data |
Modifier and Type | Method | Description |
---|---|---|
static TemporalUnitOffset |
Assertions.byLessThan(long value,
TemporalUnit unit) |
Assertions entry point for
TemporalUnitOffset with strict less than condition
to use with isCloseTo temporal assertions. |
static TemporalUnitOffset |
Assertions.within(long value,
TemporalUnit unit) |
Assertions entry point for
TemporalUnitOffset with with less than or equal condition
to use with isCloseTo temporal assertions. |
Modifier and Type | Class | Description |
---|---|---|
class |
TemporalUnitLessThanOffset |
TemporalUnitOffset with strict less than condition. |
class |
TemporalUnitWithinOffset |
TemporalUnitOffset with less than or equal condition. |
Copyright © 2014–2019. All rights reserved.