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

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

public class XmlReport
extends AbstractCmisTestReport

XML Report.


Constructor Summary
XmlReport()
           
 
Method Summary
 void createReport(Map<String,String> parameters, List<CmisTestGroup> groups, Writer writer)
          Creates a new report and writes it to a writer.
 
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

XmlReport

public XmlReport()
Method Detail

createReport

public void createReport(Map<String,String> parameters,
                         List<CmisTestGroup> groups,
                         Writer writer)
                  throws Exception
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:
Exception


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