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 | Method and Description |
---|---|
default AbstractInstantAssert<?> |
WithAssertions.assertThat(Instant actual)
Creates a new instance of
. |
static AbstractInstantAssert<?> |
Assertions.assertThat(Instant actual)
Creates a new instance of
. |
static AbstractInstantAssert<?> |
AssertionsForClassTypes.assertThat(Instant instant)
Creates a new instance of
. |
static AbstractInstantAssert<?> |
Assumptions.assumeThat(Instant actual)
Creates a new instance of
InstantAssert assumption. |
default AbstractInstantAssert<?> |
WithAssumptions.assumeThat(Instant instant)
Creates a new instance of
assumption. |
static AbstractInstantAssert<?> |
BDDAssertions.then(Instant actual)
Creates a new instance of
. |
Copyright © 2014–2019 AssertJ. All rights reserved.