Class SimpleReportWriter
- java.lang.Object
-
- org.locationtech.jtstest.testrunner.SimpleReportWriter
-
- All Implemented Interfaces:
ReportWriter
public class SimpleReportWriter extends Object implements ReportWriter
- Version:
- 1.7
-
-
Constructor Summary
Constructors Constructor Description SimpleReportWriter(boolean verbose)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
reportOnTest(Test test)
void
reportOnTime(Date start, Date end)
void
reportSummary(TestEngine engine)
String
write(Test test)
String
writeReport(TestEngine engine)
-
-
-
Method Detail
-
writeReport
public String writeReport(TestEngine engine)
- Specified by:
writeReport
in interfaceReportWriter
-
reportOnTest
public void reportOnTest(Test test)
-
reportSummary
public void reportSummary(TestEngine engine)
-
-