Package org.dbunit.dataset.datatype
Class ToleratedDeltaMap.Precision
java.lang.Object
org.dbunit.dataset.datatype.ToleratedDeltaMap.Precision
- Enclosing class:
ToleratedDeltaMap
Container for the tolerated delta of two values that are compared to each
other.
- Since:
- 2.4.0
- Version:
- $Revision$ $Date$
- Author:
- gommma (gommma AT users.sourceforge.net), Last changed by: $Author$
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Precision
- Parameters:
delta- The allowed/tolerated difference
-
Precision
- Parameters:
delta- The allowed/tolerated differencepercentage- Whether or not the givendeltashould be interpreted as percentage or not during the comparison
-
-
Method Details
-
isPercentage
public boolean isPercentage() -
getDelta
-