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 CompareTool
CompareTool. setCompareByContentErrorsLimit(int compareByContentMaxErrorCount)
Sets the maximum errors count which will be returned as the result of the comparison.CompareTool
CompareTool. setFloatAbsoluteError(float error)
Sets the absolute error parameter which will be used in floating point numbers comparison.CompareTool
CompareTool. setFloatRelativeError(float error)
Sets the relative error parameter which will be used in floating point numbers comparison.
-