Uses of Class
org.fest.assertions.api.BooleanAssert
Packages that use BooleanAssert
-
Uses of BooleanAssert in org.fest.assertions.api
Methods in org.fest.assertions.api that return BooleanAssertModifier and TypeMethodDescriptionstatic BooleanAssert
Assertions.assertThat
(boolean actual) Creates a new instance of
.BooleanAssert
static BooleanAssert
Assertions.assertThat
(Boolean actual) Creates a new instance of
.BooleanAssert
BooleanAssert.isEqualTo
(boolean expected) Verifies that the actual value is equal to the given one.BooleanAssert.isFalse()
Verifies that the actual value isfalse
.BooleanAssert.isNotEqualTo
(boolean other) Verifies that the actual value is not equal to the given one.BooleanAssert.isTrue()
Verifies that the actual value istrue
.BooleanAssert.usingComparator
(Comparator<? super Boolean> customComparator)