Class LogListener

java.lang.Object
org.junit.rules.TestWatcher
com.itextpdf.test.LogListener
All Implemented Interfaces:
org.junit.rules.TestRule

public class LogListener extends org.junit.rules.TestWatcher
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    finished(org.junit.runner.Description description)
     
    int
     
    protected void
    starting(org.junit.runner.Description description)
     

    Methods inherited from class org.junit.rules.TestWatcher

    apply, failed, skipped, skipped, succeeded

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LogListener

      public LogListener()
  • Method Details

    • starting

      protected void starting (org.junit.runner.Description description)
      Overrides:
      starting in class org.junit.rules.TestWatcher
    • finished

      protected void finished (org.junit.runner.Description description)
      Overrides:
      finished in class org.junit.rules.TestWatcher
    • getSize

      public int getSize()