Uses of Class
org.assertj.core.api.BooleanAssert
-
Packages that use BooleanAssert Package Description org.assertj.core.api -
-
Uses of BooleanAssert in org.assertj.core.api
Methods in org.assertj.core.api that return BooleanAssert Modifier and Type Method Description default BooleanAssert
Java6StandardSoftAssertionsProvider. assertThat(boolean actual)
Creates a new instance of
.BooleanAssert
default BooleanAssert
Java6StandardSoftAssertionsProvider. assertThat(java.lang.Boolean actual)
Creates a new instance of
.BooleanAssert
default BooleanAssert
Java6BDDSoftAssertionsProvider. then(boolean actual)
Creates a new instance of
.BooleanAssert
default BooleanAssert
Java6BDDSoftAssertionsProvider. then(java.lang.Boolean actual)
Creates a new instance of
.BooleanAssert
-