ITextTest Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.testutils
iTextSharp.testutils.ITextTest[[ITextTest]]
class iTextSharp.testutils.ITextTest abstractStyle;
end
Members
Methods
Public methods
Protected methods
Details
Constructors
ITextTest
protected ITextTest()
Methods
RunTest
Source code
public virtual void RunTest()
MakePdf
protected abstract void MakePdf(string outPdf)
Arguments
Type | Name | Description |
---|
string | outPdf | |
GetOutPdf
protected abstract string GetOutPdf()
AssertPdf
Source code
protected virtual void AssertPdf(string outPdf)
Arguments
Type | Name | Description |
---|
string | outPdf | |
ComparePdf
Source code
protected virtual void ComparePdf(string outPdf, string cmpPdf)
Arguments
Type | Name | Description |
---|
string | outPdf | |
string | cmpPdf | |
GetCmpPdf
Source code
protected virtual string GetCmpPdf()
DeleteDirectory
Source code
protected virtual void DeleteDirectory(string path)
Arguments
Type | Name | Description |
---|
string | path | |
DeleteFiles
Source code
protected virtual void DeleteFiles(string path)
Arguments
Type | Name | Description |
---|
string | path | |
Generated with ModularDoc