Modifier and Type | Method and Description |
---|---|
static ShortArrayAssert |
Assertions.assertThat(short[] actual)
Creates a new instance of
. |
ShortArrayAssert |
ShortArrayAssert.contains(short... values)
Verifies that the actual
short array contains the given values. |
ShortArrayAssert |
ShortArrayAssert.containsOnly(short... values)
Verifies that the actual
short array contains the given values only. |
ShortArrayAssert |
ShortArrayAssert.excludes(short... values)
Verifies that the actual
short array does not contain the given values. |
ShortArrayAssert |
ShortArrayAssert.isEqualTo(short[] expected)
Verifies that the actual
short array is equal to the given array. |
ShortArrayAssert |
ShortArrayAssert.isNotEqualTo(short[] array)
Verifies that the actual
short array is not equal to the given array. |
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.