|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BooleanAssert | |
|---|---|
| org.fest.assertions.api | |
| Uses of BooleanAssert in org.fest.assertions.api |
|---|
| Methods in org.fest.assertions.api that return BooleanAssert | |
|---|---|
static BooleanAssert |
Assertions.assertThat(boolean actual)
Creates a new instance of . |
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 |
BooleanAssert.isFalse()
Verifies that the actual value is false. |
BooleanAssert |
BooleanAssert.isNotEqualTo(boolean other)
Verifies that the actual value is not equal to the given one. |
BooleanAssert |
BooleanAssert.isTrue()
Verifies that the actual value is true. |
BooleanAssert |
BooleanAssert.usingComparator(Comparator<?> customComparator)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||