Class ExtendedITextTest

java.lang.Object
com.itextpdf.test.ITextTest
com.itextpdf.test.ExtendedITextTest

public abstract class ExtendedITextTest extends ITextTest
This class is used for testing when logger output should be tested as well. By default any logger output that is not expected, i.e. marked with LogMessage, will result in crash.
  • Field Details

  • Constructor Details

    • ExtendedITextTest

      public ExtendedITextTest()
  • Method Details

    • beforeTestMethodAction

      public void beforeTestMethodAction()
      This method is called before each test method is executed
    • afterTestMethodAction

      public void afterTestMethodAction()
      This method is called after each test method is executed