|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of BooleanAssert in org.fest.assertions |
|---|
| Methods in org.fest.assertions that return BooleanAssert | |
|---|---|
BooleanAssert |
BooleanAssert.as(Description description)
Sets the description of the actual value, to be used in as message of any
thrown when an assertion fails. |
BooleanAssert |
BooleanAssert.as(String description)
Sets the description of the actual value, to be used in as message of any
thrown when an assertion fails. |
static BooleanAssert |
Assertions.assertThat(boolean actual)
Creates a new instance of . |
static BooleanAssert |
Assertions.assertThat(Boolean actual)
Creates a new instance of . |
BooleanAssert |
BooleanAssert.describedAs(Description description)
Alias for , since "as" is a keyword in
Groovy. |
BooleanAssert |
BooleanAssert.describedAs(String description)
Alias for , since "as" is a keyword in
Groovy. |
BooleanAssert |
BooleanAssert.isEqualTo(boolean expected)
Verifies that the actual boolean is equal to the given one. |
BooleanAssert |
BooleanAssert.isNotEqualTo(boolean other)
Verifies that the actual boolean is not equal to the given one. |
BooleanAssert |
BooleanAssert.overridingErrorMessage(String message)
Replaces the default message displayed in case of a failure with the given one. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||