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