public abstract class AbstractCmisTestReport extends Object implements CmisTestReport
| Constructor and Description | 
|---|
AbstractCmisTestReport()  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
public abstract void createReport(Map<String,String> parameters, List<CmisTestGroup> groups, Writer writer) throws Exception
CmisTestReportcreateReport in interface CmisTestReportExceptionpublic void createReport(Map<String,String> parameters, List<CmisTestGroup> groups, File file) throws Exception
CmisTestReportcreateReport in interface CmisTestReportExceptionCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.