Class ITextTest


  • public abstract class ITextTest
    extends Object
    • Constructor Detail

      • ITextTest

        public ITextTest()
    • Method Detail

      • getOutPdf

        protected abstract String getOutPdf()
        Gets the name of the resultant PDF file. This name will be passed to makePdf, assertPdf and comparePdf methods.
        Returns:
      • getCmpPdf

        protected String getCmpPdf()
        Gets the name of the compare PDF file. This name will be passed to comparePdf method.
        Returns:
      • deleteDirectory

        protected void deleteDirectory​(File path)
      • deleteFiles

        protected void deleteFiles​(File path)