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 OptionalLongAssertAbstractStandardSoftAssertions. assertThat(OptionalLong actual)Create assertion forOptionalLong.static OptionalLongAssertAssertions. assertThat(OptionalLong actual)Create assertion forOptionalInt.static OptionalLongAssertAssertionsForClassTypes. assertThat(OptionalLong actual)Create assertion forOptionalInt.default OptionalLongAssertWithAssertions. assertThat(OptionalLong optional)Delegate call toAssertions.assertThat(java.util.OptionalLong)OptionalLongAssertAbstractBDDSoftAssertions. then(OptionalLong actual)Create assertion forOptionalLong.static OptionalLongAssertBDDAssertions. then(OptionalLong optional)Create assertion forOptionalLong.
-