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
|
Returns |
Name |
|---|---|
|
|
() |
Protected methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
() |
|
|
() |
|
|
( |
Details
Constructors
ITextTest
protected ITextTest()
Methods
RunTest
Source code
public virtual void RunTest()
MakePdf
protected abstract void MakePdf(string outPdf)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
outPdf |
GetOutPdf
protected abstract string GetOutPdf()
AssertPdf
Source code
protected virtual void AssertPdf(string outPdf)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
outPdf |
ComparePdf
Source code
protected virtual void ComparePdf(string outPdf, string cmpPdf)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
outPdf |
|
|
|
cmpPdf |
GetCmpPdf
Source code
protected virtual string GetCmpPdf()
DeleteDirectory
Source code
protected virtual void DeleteDirectory(string path)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
path |
DeleteFiles
Source code
protected virtual void DeleteFiles(string path)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
path |
Generated with ModularDoc