-
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
Float
does not satisfy the given condition.
Verifies that the actual Float
is equal to the given one.
FloatAssert.isEqualTo(float expected,
float deltaValue)
Verifies that the actual Float
is equal to the given one, within a positive delta.
Verifies that the actual Float
is equal to the given one.
Verifies that the actual Float
is equal to the given one, within a positive delta.
Verifies that the actual Float
is greater than the given one.
Verifies that the actual Float
is greater or equal to the given one.
Verifies that the actual Float
is less than the given one.
Verifies that the actual Float
is less or equal to the given one.
Verifies that the actual
Float
is equal to
Float.NaN
.
Verifies that the actual Float
is negative.
Verifies that the actual Float
is not equal to the given one.
Verifies that the actual
Float
is not equal to the given one.
Verifies that the actual
Float
is not
null
.
Verifies that the actual
Float
is not the same object as the given one.
Verifies that the actual Float
is positive.
Verifies that the actual
Float
is the same object as the given one.
Verifies that the actual Float
is equal to zero.
Replaces the default message displayed in case of a failure with the given one.
Verifies that the actual
Float
satisfies the given condition.
instead.isEqualTo(float, org.fest.assertions.Delta)