Skip to main content
Skip table of contents

CompareResult

CompareResult Protected class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.testutils.CompareTool
  iTextSharp.testutils.CompareTool.CompareResult[[CompareResult]]
  end

Members

Methods

Public methods
ReturnsName
voidAddError(ObjectPath path, string message)
intGetErrorCount()
stringGetReport()
boolIsMessageLimitReached()
voidWriteReportToXml(Stream stream)
boolisOk()

Details

Constructors

CompareResult

Source code

public CompareResult(int messageLimit)
Arguments
TypeNameDescription
intmessageLimit

Methods

isOk

Source code

public bool isOk()
GetErrorCount

Source code

public int GetErrorCount()
IsMessageLimitReached

Source code

public bool IsMessageLimitReached()
GetReport

Source code

public string GetReport()
AddError

Source code

public void AddError(ObjectPath path, string message)
Arguments
TypeNameDescription
ObjectPathpath
stringmessage
WriteReportToXml

Source code

public void WriteReportToXml(Stream stream)
Arguments
TypeNameDescription
Streamstream

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.