org.apache.chemistry.opencmis.tck.report
Class HtmlReport

java.lang.Object
  extended by org.apache.chemistry.opencmis.tck.report.AbstractCmisTestReport
      extended by org.apache.chemistry.opencmis.tck.report.CoreHtmlReport
          extended by org.apache.chemistry.opencmis.tck.report.HtmlReport
All Implemented Interfaces:
CmisTestReport

public class HtmlReport
extends CoreHtmlReport

HTML Report.


Constructor Summary
HtmlReport()
           
 
Method Summary
 void createReport(java.util.Map<java.lang.String,java.lang.String> parameters, java.util.List<CmisTestGroup> groups, java.io.Writer writer)
          Creates a new report and writes it to a writer.
 
Methods inherited from class org.apache.chemistry.opencmis.tck.report.CoreHtmlReport
escape, printStyle
 
Methods inherited from class org.apache.chemistry.opencmis.tck.report.AbstractCmisTestReport
createReport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlReport

public HtmlReport()
Method Detail

createReport

public void createReport(java.util.Map<java.lang.String,java.lang.String> parameters,
                         java.util.List<CmisTestGroup> groups,
                         java.io.Writer writer)
                  throws java.io.IOException
Description copied from interface: CmisTestReport
Creates a new report and writes it to a writer.

Specified by:
createReport in interface CmisTestReport
Overrides:
createReport in class CoreHtmlReport
Throws:
java.io.IOException


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.