com.googlecode.refit.runner
Class ReportIO

java.lang.Object
  extended by com.googlecode.refit.runner.ReportIO

public class ReportIO
extends Object


Field Summary
static String CONTEXT_PATH
           
static String FIT_CSS
           
static String FIT_REPORT_HTML
           
static String FIT_REPORT_XML
           
 
Constructor Summary
ReportIO()
           
ReportIO(Summary summary)
           
 
Method Summary
static String format(TestResult result)
           
 Summary readXml(InputStream is)
           
 void writeCss(File css)
           
 void writeHtml(File report)
           
 void writeXml(File report)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIT_REPORT_XML

public static final String FIT_REPORT_XML
See Also:
Constant Field Values

FIT_REPORT_HTML

public static final String FIT_REPORT_HTML
See Also:
Constant Field Values

FIT_CSS

public static final String FIT_CSS
See Also:
Constant Field Values

CONTEXT_PATH

public static final String CONTEXT_PATH
See Also:
Constant Field Values
Constructor Detail

ReportIO

public ReportIO()

ReportIO

public ReportIO(Summary summary)
Method Detail

writeCss

public void writeCss(File css)
              throws IOException
Throws:
IOException

writeXml

public void writeXml(File report)
              throws JAXBException
Throws:
JAXBException

writeHtml

public void writeHtml(File report)
               throws IOException
Throws:
IOException

readXml

public Summary readXml(InputStream is)
                throws JAXBException
Throws:
JAXBException

format

public static String format(TestResult result)


Copyright © 2011. All Rights Reserved.