Uses of Class
org.assertj.core.api.OptionalLongAssert
-
Packages that use OptionalLongAssert Package Description org.assertj.core.api -
-
Uses of OptionalLongAssert in org.assertj.core.api
Methods in org.assertj.core.api that return OptionalLongAssert Modifier and Type Method Description OptionalLongAssert
AbstractStandardSoftAssertions. assertThat(OptionalLong actual)
Create assertion forOptionalLong
.static OptionalLongAssert
Assertions. assertThat(OptionalLong actual)
Create assertion forOptionalInt
.static OptionalLongAssert
AssertionsForClassTypes. assertThat(OptionalLong actual)
Create assertion forOptionalInt
.default OptionalLongAssert
WithAssertions. assertThat(OptionalLong optional)
Delegate call toAssertions.assertThat(java.util.OptionalLong)
OptionalLongAssert
AbstractBDDSoftAssertions. then(OptionalLong actual)
Create assertion forOptionalLong
.static OptionalLongAssert
BDDAssertions. then(OptionalLong optional)
Create assertion forOptionalLong
.
-