org.apache.chemistry.opencmis.tck.report
Class CoreHtmlReport
java.lang.Object
org.apache.chemistry.opencmis.tck.report.AbstractCmisTestReport
org.apache.chemistry.opencmis.tck.report.CoreHtmlReport
- All Implemented Interfaces:
- CmisTestReport
- Direct Known Subclasses:
- HtmlReport
public class CoreHtmlReport
- extends AbstractCmisTestReport
HTML Report without header and footer.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CoreHtmlReport
public CoreHtmlReport()
createReport
public void createReport(Map<String,String> parameters,
List<CmisTestGroup> groups,
Writer writer)
throws IOException
- Description copied from interface:
CmisTestReport
- Creates a new report and writes it to a writer.
- Specified by:
createReport
in interface CmisTestReport
- Specified by:
createReport
in class AbstractCmisTestReport
- Throws:
IOException
printStyle
public static void printStyle(Writer writer)
throws IOException
- Throws:
IOException
escape
protected String escape(String s)
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.