Package | Description |
---|---|
org.assertj.core.api |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractOffsetTimeAssert<SELF extends AbstractOffsetTimeAssert<SELF>> |
Assertions for
OffsetTime type from new Date & Time API introduced in Java 8. |
Modifier and Type | Class | Description |
---|---|---|
class |
OffsetTimeAssert |
Modifier and Type | Method | Description |
---|---|---|
static AbstractOffsetTimeAssert<?> |
Assertions.assertThat(OffsetTime actual) |
Create assertion for
OffsetTime . |
static AbstractOffsetTimeAssert<?> |
AssertionsForClassTypes.assertThat(OffsetTime actual) |
Create assertion for
OffsetTime . |
default AbstractOffsetTimeAssert<?> |
WithAssertions.assertThat(OffsetTime offsetTime) |
Delegate call to
Assertions.assertThat(OffsetTime) |
static AbstractOffsetTimeAssert<?> |
BDDAssertions.then(OffsetTime actual) |
Creates a new instance of
. |
Copyright © 2014–2019. All rights reserved.