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