|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||