org.apache.chemistry.opencmis.tck.report
Class AbstractCmisTestReport
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCmisTestReport
public AbstractCmisTestReport()
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-2012 The Apache Software Foundation. All Rights Reserved.