Package | Description |
---|---|
org.fest.assertions.api |
Modifier and Type | Method and Description |
---|---|
static BooleanAssert |
Assertions.assertThat(boolean actual)
Creates a new instance of
. |
static BooleanAssert |
Assertions.assertThat(java.lang.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(java.util.Comparator<? super java.lang.Boolean> customComparator) |
Copyright © 2007–2018. All rights reserved.