| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Method | Description |
|---|---|---|
OptionalIntAssert |
AbstractStandardSoftAssertions.assertThat(OptionalInt actual) |
Create assertion for
OptionalInt. |
static OptionalIntAssert |
Assertions.assertThat(OptionalInt actual) |
Create assertion for
OptionalInt. |
static OptionalIntAssert |
AssertionsForClassTypes.assertThat(OptionalInt actual) |
Create assertion for
OptionalInt. |
default OptionalIntAssert |
WithAssertions.assertThat(OptionalInt optional) |
Delegate call to
Assertions.assertThat(java.util.OptionalInt) |
OptionalIntAssert |
AbstractBDDSoftAssertions.then(OptionalInt actual) |
Create assertion for
OptionalInt. |
static OptionalIntAssert |
BDDAssertions.then(OptionalInt optional) |
Create assertion for
OptionalInt. |
Copyright © 2014–2019. All rights reserved.