Class JavaBasedTest
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 -
Method Summary
Modifier and TypeMethodDescriptionorg.testingisdocumenting.webtau.reporter.WebTauTestgetTest()voidonStepFailure(org.testingisdocumenting.webtau.reporter.WebTauStep step) voidonStepStart(org.testingisdocumenting.webtau.reporter.WebTauStep step) voidonStepSuccess(org.testingisdocumenting.webtau.reporter.WebTauStep step) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.testingisdocumenting.webtau.reporter.StepReporter
onStepRepeatFailure, onStepRepeatStart, onStepRepeatSuccess
-
Constructor Details
-
JavaBasedTest
-
-
Method Details
-
getTest
public org.testingisdocumenting.webtau.reporter.WebTauTest getTest() -
onStepStart
public void onStepStart(org.testingisdocumenting.webtau.reporter.WebTauStep step) - Specified by:
onStepStartin interfaceorg.testingisdocumenting.webtau.reporter.StepReporter
-
onStepSuccess
public void onStepSuccess(org.testingisdocumenting.webtau.reporter.WebTauStep step) - Specified by:
onStepSuccessin interfaceorg.testingisdocumenting.webtau.reporter.StepReporter
-
onStepFailure
public void onStepFailure(org.testingisdocumenting.webtau.reporter.WebTauStep step) - Specified by:
onStepFailurein interfaceorg.testingisdocumenting.webtau.reporter.StepReporter
-