|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FloatingPointNumberAssert | |
---|---|
org.fest.assertions.api | |
org.fest.assertions.core |
Uses of FloatingPointNumberAssert in org.fest.assertions.api |
---|
Classes in org.fest.assertions.api that implement FloatingPointNumberAssert | |
---|---|
class |
DoubleAssert
Assertion methods for doubles. |
class |
FloatAssert
Assertion methods for floats. |
Uses of FloatingPointNumberAssert in org.fest.assertions.core |
---|
Methods in org.fest.assertions.core that return FloatingPointNumberAssert | |
---|---|
FloatingPointNumberAssert<T> |
FloatingPointNumberAssert.isEqualTo(T expected,
Offset<T> offset)
Verifies that the actual value is equal to the given one, within a positive offset. |
FloatingPointNumberAssert<T> |
FloatingPointNumberAssert.isNaN()
Verifies that the actual value is equal to NaN . |
FloatingPointNumberAssert<T> |
FloatingPointNumberAssert.isNotNaN()
Verifies that the actual value is not equal to NaN . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |