Uses of Interface
org.fest.assertions.core.FloatingPointNumberAssert
-
Packages that use FloatingPointNumberAssert Package Description 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 Modifier and Type Class Description 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 Modifier and Type Method Description 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 toNaN
.FloatingPointNumberAssert<T>
FloatingPointNumberAssert. isNotNaN()
Verifies that the actual value is not equal toNaN
.
-