Class JavaReport
- 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 Summary
Fields Modifier and Type Field Description static JavaReportINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddTest(org.testingisdocumenting.webtau.reporter.WebTauTest test)voidclear()org.testingisdocumenting.webtau.reporter.WebTauReportcreate()voidstartTimer()voidstopTimer()
-
-
-
Field Detail
-
INSTANCE
public static final JavaReport INSTANCE
-
-