Class JavaBasedTest

  • All Implemented Interfaces:
    org.testingisdocumenting.webtau.reporter.StepReporter

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

      • JavaBasedTest

        public JavaBasedTest​(String id,
                             String name)
    • Method Detail

      • 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