Skip to main content
Skip table of contents

ITextTest

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
ReturnsName
voidRunTest()
Protected methods
ReturnsName
voidAssertPdf(string outPdf)
voidComparePdf(string outPdf, string cmpPdf)
voidDeleteDirectory(string path)
voidDeleteFiles(string path)
stringGetCmpPdf()
stringGetOutPdf()
voidMakePdf(string outPdf)

Details

Constructors

ITextTest
protected ITextTest()

Methods

RunTest

Source code

public virtual void RunTest()
MakePdf
protected abstract void MakePdf(string outPdf)
Arguments
TypeNameDescription
stringoutPdf
GetOutPdf
protected abstract string GetOutPdf()
AssertPdf

Source code

protected virtual void AssertPdf(string outPdf)
Arguments
TypeNameDescription
stringoutPdf
ComparePdf

Source code

protected virtual void ComparePdf(string outPdf, string cmpPdf)
Arguments
TypeNameDescription
stringoutPdf
stringcmpPdf
GetCmpPdf

Source code

protected virtual string GetCmpPdf()
DeleteDirectory

Source code

protected virtual void DeleteDirectory(string path)
Arguments
TypeNameDescription
stringpath
DeleteFiles

Source code

protected virtual void DeleteFiles(string path)
Arguments
TypeNameDescription
stringpath

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.