Sets the description of the actual value, to be used in as message of any
AssertionError
thrown when an assertion fails.
Sets the description of the actual value, to be used in as message of any
AssertionError
thrown when an assertion fails.
Verifies that the actual Double does not satisfy the given condition.
Verifies that the actual Double is equal to the given one.
DoubleAssert.isEqualTo(double expected,
double deltaValue)
Verifies that the actual Double is equal to the given one, within a positive delta.
Verifies that the actual Double is equal to the given one.
Verifies that the actual Double is equal to the given one, within a positive delta.
Verifies that the actual Double is greater than the given one.
Verifies that the actual Double is greater or equal to the given one.
Verifies that the actual Double is less than the given one.
Verifies that the actual Double is less or equal to the given one.
Verifies that the actual
Double is equal to
Double.NaN.
Verifies that the actual Double is negative.
Verifies that the actual Double is not equal to the given one.
Verifies that the actual Double is not equal to the given one.
Verifies that the actual Double is not null.
Verifies that the actual Double is not the same object as the given one.
Verifies that the actual Double is positive.
Verifies that the actual Double is the same object as the given one.
Verifies that the actual Double is equal to zero.
Replaces the default message displayed in case of a failure with the given one.
Verifies that the actual Double satisfies the given condition.
instead.isEqualTo(double, org.fest.assertions.Delta)