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