com.googlecode.refit.runner
Class ReportIO
java.lang.Object
com.googlecode.refit.runner.ReportIO
public class ReportIO
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ReportIO
public ReportIO()
ReportIO
public ReportIO(Summary summary)
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.