| Package | Description |
|---|---|
| org.assertj.core.api |
| Modifier and Type | Method and Description |
|---|---|
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<? super Boolean> customComparator) |
Copyright © 2013 AssertJ. All Rights Reserved.