|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of BooleanArrayAssert in org.fest.assertions |
|---|
| Methods in org.fest.assertions that return BooleanArrayAssert | |
|---|---|
static BooleanArrayAssert |
Assertions.assertThat(boolean[] actual)
Creates a new instance of . |
BooleanArrayAssert |
BooleanArrayAssert.contains(boolean... values)
Verifies that the actual boolean array contains the given values. |
BooleanArrayAssert |
BooleanArrayAssert.containsOnly(boolean... values)
Verifies that the actual boolean array contains the given values only. |
BooleanArrayAssert |
BooleanArrayAssert.excludes(boolean... values)
Verifies that the actual boolean array does not contain the given values. |
BooleanArrayAssert |
BooleanArrayAssert.isEqualTo(boolean[] expected)
Verifies that the actual boolean array is equal to the given array. |
BooleanArrayAssert |
BooleanArrayAssert.isNotEqualTo(boolean[] array)
Verifies that the actual boolean array is not equal to the given array. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||