com.canoo.webtest.reporting
Class PlainTextReporter
java.lang.Object
com.canoo.webtest.reporting.PlainTextReporter
- All Implemented Interfaces:
- IResultReporter
public class PlainTextReporter
- extends Object
- implements IResultReporter
- Author:
- unknown, Marc Guillemot
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlainTextReporter
public PlainTextReporter()
getBuildFailMessage
public static String getBuildFailMessage(RootStepResult result)
generateReport
public void generateReport(RootStepResult result)
throws IOException
- Specified by:
generateReport in interface IResultReporter
- Throws:
IOException
print
protected void print(PrintWriter out,
RootStepResult result)