Uses of Class
org.fest.assertions.ShortArrayAssert

Uses of ShortArrayAssert in org.fest.assertions
 

Methods in org.fest.assertions that return ShortArrayAssert
static ShortArrayAssert Assertions.assertThat(short[] actual)
          Creates a new instance of ShortArrayAssert.
 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-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.