Uses of Class
org.fest.assertions.FloatArrayAssert

Uses of FloatArrayAssert in org.fest.assertions
 

Methods in org.fest.assertions that return FloatArrayAssert
static FloatArrayAssert Assertions.assertThat(float[] actual)
          Creates a new instance of FloatArrayAssert.
 FloatArrayAssert FloatArrayAssert.contains(float... values)
          Verifies that the actual float array contains the given values.
 FloatArrayAssert FloatArrayAssert.containsOnly(float... values)
          Verifies that the actual float array contains the given values only.
 FloatArrayAssert FloatArrayAssert.excludes(float... values)
          Verifies that the actual float array does not contain the given values.
 FloatArrayAssert FloatArrayAssert.isEqualTo(float[] expected)
          Verifies that the actual float array is equal to the given array.
 FloatArrayAssert FloatArrayAssert.isNotEqualTo(float[] array)
          Verifies that the actual float array is not equal to the given array.
 



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.