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

java.lang.Object
  extended by org.apache.chemistry.opencmis.tck.report.AbstractCmisTestReport
All Implemented Interfaces:
CmisTestReport
Direct Known Subclasses:
CoreHtmlReport, TextReport, XmlReport

public abstract class AbstractCmisTestReport
extends Object
implements CmisTestReport

Base class for reports.


Constructor Summary
AbstractCmisTestReport()
           
 
Method Summary
 void createReport(Map<String,String> parameters, List<CmisTestGroup> groups, File file)
          Creates a new report and writes it to a file.
abstract  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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractCmisTestReport

public AbstractCmisTestReport()
Method Detail

createReport

public abstract 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
Throws:
Exception

createReport

public void createReport(Map<String,String> parameters,
                         List<CmisTestGroup> groups,
                         File file)
                  throws Exception
Description copied from interface: CmisTestReport
Creates a new report and writes it to a file.

Specified by:
createReport in interface CmisTestReport
Throws:
Exception


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