org.fest.assertions
Class DoubleAssert.Delta

java.lang.Object
  extended by org.fest.assertions.DoubleAssert.Delta
Enclosing class:
DoubleAssert

Deprecated. use top-level class Delta instead. This class will be removed in version 2.0.

@Deprecated
public static class DoubleAssert.Delta
extends Object

Holds a delta value to be used in DoubleAssert.isEqualTo(double, org.fest.assertions.DoubleAssert.Delta).


Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



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