Package | Description |
---|---|
org.assertj.core.api |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInstantAssert<SELF extends AbstractInstantAssert<SELF>>
Assertions for
Instant type from new Date & Time API introduced in Java 8. |
Modifier and Type | Class and Description |
---|---|
class |
InstantAssert
Assertion methods for
Instant s. |
Modifier and Type | Field and Description |
---|---|
static InstanceOfAssertFactory<java.time.Instant,AbstractInstantAssert<?>> |
InstanceOfAssertFactories.INSTANT
InstanceOfAssertFactory for an Instant . |
Modifier and Type | Method and Description |
---|---|
static AbstractInstantAssert<?> |
AssertionsForClassTypes.assertThat(java.time.Instant instant)
Creates a new instance of
. |
static AbstractInstantAssert<?> |
Assertions.assertThat(java.time.Instant actual)
Creates a new instance of
. |
default AbstractInstantAssert<?> |
WithAssertions.assertThat(java.time.Instant actual)
Creates a new instance of
. |
default AbstractInstantAssert<?> |
WithAssumptions.assumeThat(java.time.Instant instant)
Creates a new instance of
assumption. |
static AbstractInstantAssert<?> |
Assumptions.assumeThat(java.time.Instant actual)
Creates a new instance of
InstantAssert assumption. |
static AbstractInstantAssert<?> |
BDDAssertions.then(java.time.Instant actual)
Creates a new instance of
. |