java.lang.Object
org.testingisdocumenting.webtau.javarunner.report.JavaReport

public class JavaReport extends Object
Global storage of java based report. Is used to generate report at the end of all tests run.
  • Field Details

    • INSTANCE

      public static final JavaReport INSTANCE
  • Method Details

    • clear

      public void clear()
    • isEmpty

      public boolean isEmpty()
    • startTimer

      public void startTimer()
    • addTest

      public void addTest(org.testingisdocumenting.webtau.reporter.WebTauTest test)
    • stopTimer

      public void stopTimer()
    • create

      public org.testingisdocumenting.webtau.reporter.WebTauReport create()