Modifier and Type | Method and Description |
---|---|
static Delta |
Delta.delta(double value)
Creates a new
. |
static Delta |
Delta.delta(float value)
Creates a new
. |
Modifier and Type | Method and Description |
---|---|
DoubleArrayAssert |
DoubleArrayAssert.isEqualTo(double[] expected,
Delta delta)
Verifies that the actual
double array is equal to the given array, within a positive delta. |
DoubleAssert |
DoubleAssert.isEqualTo(double expected,
Delta delta)
Verifies that the actual
Double is equal to the given one, within a positive delta. |
DoubleAssert |
DoubleAssert.isEqualTo(Double expected,
Delta delta)
Verifies that the actual
Double is equal to the given one, within a positive delta. |
FloatAssert |
FloatAssert.isEqualTo(float expected,
Delta delta)
Verifies that the actual
Float is equal to the given one, within a positive delta. |
FloatAssert |
FloatAssert.isEqualTo(Float expected,
Delta delta)
Verifies that the actual
Float is equal to the given one, within a positive delta. |
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.