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
CmisTestReport
createReport
in interface CmisTestReport
Exception
public void createReport(Map<String,String> parameters, List<CmisTestGroup> groups, File file) throws Exception
CmisTestReport
createReport
in interface CmisTestReport
Exception
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.