org.apache.chemistry.opencmis.tck
Interface CmisTestReport

All Known Implementing Classes:
AbstractCmisTestReport, CoreHtmlReport, HtmlReport, TextReport, XmlReport

public interface CmisTestReport

CMIS TCK Test Report.


Method Summary
 void createReport(Map<String,String> parameters, List<CmisTestGroup> groups, File file)
          Creates a new report and writes it to a file.
 void createReport(Map<String,String> parameters, List<CmisTestGroup> groups, Writer writer)
          Creates a new report and writes it to a writer.
 

Method Detail

createReport

void createReport(Map<String,String> parameters,
                  List<CmisTestGroup> groups,
                  Writer writer)
                  throws Exception
Creates a new report and writes it to a writer.

Throws:
Exception

createReport

void createReport(Map<String,String> parameters,
                  List<CmisTestGroup> groups,
                  File file)
                  throws Exception
Creates a new report and writes it to a file.

Throws:
Exception


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