java.lang.Object
org.testingisdocumenting.webtau.javarunner.report.JavaBasedTest
All Implemented Interfaces:
org.testingisdocumenting.webtau.reporter.StepReporter

public class JavaBasedTest extends Object implements org.testingisdocumenting.webtau.reporter.StepReporter
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.testingisdocumenting.webtau.reporter.WebTauTest
     
    void
    onStepFailure(org.testingisdocumenting.webtau.reporter.WebTauStep step)
     
    void
    onStepStart(org.testingisdocumenting.webtau.reporter.WebTauStep step)
     
    void
    onStepSuccess(org.testingisdocumenting.webtau.reporter.WebTauStep step)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.testingisdocumenting.webtau.reporter.StepReporter

    onStepRepeatFailure, onStepRepeatStart, onStepRepeatSuccess
  • Constructor Details

    • JavaBasedTest

      public JavaBasedTest(String id, String name)
  • Method Details

    • getTest

      public org.testingisdocumenting.webtau.reporter.WebTauTest getTest()
    • onStepStart

      public void onStepStart(org.testingisdocumenting.webtau.reporter.WebTauStep step)
      Specified by:
      onStepStart in interface org.testingisdocumenting.webtau.reporter.StepReporter
    • onStepSuccess

      public void onStepSuccess(org.testingisdocumenting.webtau.reporter.WebTauStep step)
      Specified by:
      onStepSuccess in interface org.testingisdocumenting.webtau.reporter.StepReporter
    • onStepFailure

      public void onStepFailure(org.testingisdocumenting.webtau.reporter.WebTauStep step)
      Specified by:
      onStepFailure in interface org.testingisdocumenting.webtau.reporter.StepReporter