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 Constructor Description JavaBasedTest(String id, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.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)
-
-
-
Method Detail
-
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
-
-