Package | Description |
---|---|
org.assertj.core.api |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractInstantAssert<SELF extends AbstractInstantAssert<SELF>> |
Assertions for
Instant type from new Date & Time API introduced in Java 8. |
Modifier and Type | Class | Description |
---|---|---|
class |
InstantAssert |
Assertion methods for
Instant s. |
Modifier and Type | Method | Description |
---|---|---|
static AbstractInstantAssert<?> |
Assertions.assertThat(Instant actual) |
Creates a new instance of
. |
static AbstractInstantAssert<?> |
AssertionsForClassTypes.assertThat(Instant instant) |
Creates a new instance of
. |
default AbstractInstantAssert<?> |
WithAssertions.assertThat(Instant actual) |
Delegate call to
Assertions.assertThat(java.time.Instant) |
static AbstractInstantAssert<?> |
BDDAssertions.then(Instant actual) |
Creates a new instance of
. |
Copyright © 2014–2019. All rights reserved.