Uses of Class
org.fest.assertions.DoubleAssert.Delta

Uses of DoubleAssert.Delta in org.fest.assertions
 

Methods in org.fest.assertions that return DoubleAssert.Delta
static DoubleAssert.Delta DoubleAssert.delta(double d)
          Deprecated. use method Delta.delta(double) instead. This method will be removed in version 2.0.
 

Methods in org.fest.assertions with parameters of type DoubleAssert.Delta
 DoubleAssert DoubleAssert.isEqualTo(double expected, DoubleAssert.Delta delta)
          Deprecated. use method DoubleAssert.isEqualTo(double, org.fest.assertions.Delta) instead. This method will be removed in version 2.0.
 



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