Uses of Interface
org.fest.assertions.core.FloatingPointNumberAssert

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.
 



Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.