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