|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of DoubleAssert in org.fest.assertions |
|---|
| Methods in org.fest.assertions that return DoubleAssert | |
|---|---|
static DoubleAssert |
Assertions.assertThat(double actual)
Creates a new instance of . |
static DoubleAssert |
Assertions.assertThat(Double actual)
Creates a new instance of . |
DoubleAssert |
DoubleAssert.isEqualTo(double expected)
Verifies that the actual Double is equal to the given one. |
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. |
DoubleAssert |
DoubleAssert.isEqualTo(double expected,
DoubleAssert.Delta delta)
Deprecated. use method instead. This method will
be removed in version 2.0. |
DoubleAssert |
DoubleAssert.isGreaterThan(double other)
Verifies that the actual Double is greater than the given one. |
DoubleAssert |
DoubleAssert.isGreaterThanOrEqualTo(double other)
Verifies that the actual Double is greater or equal to the given one. |
DoubleAssert |
DoubleAssert.isLessThan(double other)
Verifies that the actual Double is less than the given one. |
DoubleAssert |
DoubleAssert.isLessThanOrEqualTo(double other)
Verifies that the actual Double is less or equal to the given one. |
DoubleAssert |
DoubleAssert.isNaN()
Verifies that the actual Double is equal to . |
DoubleAssert |
DoubleAssert.isNegative()
Verifies that the actual Double is negative. |
DoubleAssert |
DoubleAssert.isNotEqualTo(double other)
Verifies that the actual Double is not equal to the given one. |
DoubleAssert |
DoubleAssert.isPositive()
Verifies that the actual Double is positive. |
DoubleAssert |
DoubleAssert.isZero()
Verifies that the actual Double is equal to zero. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||