com.canoo.webtest.reporting
Class PlainTextReporter

java.lang.Object
  extended by com.canoo.webtest.reporting.PlainTextReporter
All Implemented Interfaces:
IResultReporter

public class PlainTextReporter
extends Object
implements IResultReporter

Author:
unknown, Marc Guillemot

Constructor Summary
PlainTextReporter()
           
 
Method Summary
 void generateReport(RootStepResult result)
           
static String getBuildFailMessage(RootStepResult result)
           
protected  void print(PrintWriter out, RootStepResult result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlainTextReporter

public PlainTextReporter()
Method Detail

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)

Copyright © 2001-2007 Canoo Engineering AG, Basel. All rights reserved.