protected class CompareTool.CompareResult extends Object
Modifier and Type | Field and Description |
---|---|
protected Map |
differences |
protected int |
messageLimit |
Constructor and Description |
---|
CompareResult(int messageLimit) |
Modifier and Type | Method and Description |
---|---|
protected void |
addError(com.itextpdf.testutils.CompareTool.ObjectPath path, String message) |
int |
getErrorCount() |
String |
getReport() |
protected boolean |
isMessageLimitReached() |
boolean |
isOk() |
void |
writeReportToXml(OutputStream stream) |
protected MapString> differences
protected int messageLimit
public boolean isOk()
public int getErrorCount()
protected boolean isMessageLimitReached()
public String getReport()
protected void addError(com.itextpdf.testutils.CompareTool.ObjectPath path, String message)
public void writeReportToXml(OutputStream stream) throws ParserConfigurationException, TransformerException
Copyright © 2016. All rights reserved.