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
Details
Constructors
CompareResult
Source code
public CompareResult(int messageLimit)
Arguments
Type | Name | Description |
---|
int | messageLimit | |
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
Type | Name | Description |
---|
ObjectPath | path | |
string | message | |
WriteReportToXml
Source code
public void WriteReportToXml(Stream stream)
Arguments
Type | Name | Description |
---|
Stream | stream | |
Generated with ModularDoc