|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Delta in org.fest.assertions |
---|
Methods in org.fest.assertions that return Delta | |
---|---|
static Delta |
Delta.delta(double value)
Creates a new . |
static Delta |
Delta.delta(float value)
Creates a new . |
Methods in org.fest.assertions with parameters of type Delta | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |