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(java.util.Map<java.lang.String,java.lang.String> parameters, java.util.List<CmisTestGroup> groups, java.io.File file)
          Creates a new report and writes it to a file.
 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.
 

Method Detail

createReport

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

Throws:
java.lang.Exception

createReport

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

Throws:
java.lang.Exception


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