Uses of Class
com.itextpdf.testutils.CompareTool
-
Packages that use CompareTool Package Description com.itextpdf.testutils -
-
Uses of CompareTool in com.itextpdf.testutils
Methods in com.itextpdf.testutils that return CompareTool Modifier and Type Method Description CompareToolCompareTool. setCompareByContentErrorsLimit(int compareByContentMaxErrorCount)Sets the maximum errors count which will be returned as the result of the comparison.CompareToolCompareTool. setFloatAbsoluteError(float error)Sets the absolute error parameter which will be used in floating point numbers comparison.CompareToolCompareTool. setFloatRelativeError(float error)Sets the relative error parameter which will be used in floating point numbers comparison.
-