Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.