Deprecated API


Contents
Deprecated Classes
org.fest.assertions.DoubleAssert.Delta
          use top-level class Delta instead. This class will be removed in version 2.0. 
org.fest.assertions.FloatAssert.Delta
          use top-level class Delta instead. This class will be removed in version 2.0. 
 

Deprecated Methods
org.fest.assertions.DoubleAssert.delta(double)
          use method Delta.delta(double) instead. This method will be removed in version 2.0. 
org.fest.assertions.FloatAssert.delta(float)
          use method Delta.delta(double) instead. This method will be removed in version 2.0. 
org.fest.assertions.DoubleAssert.isEqualTo(double, DoubleAssert.Delta)
          use method DoubleAssert.isEqualTo(double, org.fest.assertions.Delta) instead. This method will be removed in version 2.0. 
org.fest.assertions.FloatAssert.isEqualTo(float, FloatAssert.Delta)
          use method FloatAssert.isEqualTo(float, org.fest.assertions.Delta) instead. This method will be removed in version 2.0. 
org.fest.assertions.Delta.value()
          use Delta.doubleValue() instead. 
 



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