Modifier and Type | Method and Description |
---|---|
static FloatArrayAssert |
Assertions.assertThat(float[] actual)
Creates a new instance of
. |
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-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.