public class CoreHtmlReport extends AbstractCmisTestReport
| Constructor and Description |
|---|
CoreHtmlReport() |
| Modifier and Type | Method and Description |
|---|---|
void |
createReport(Map<String,String> parameters,
List<CmisTestGroup> groups,
Writer writer)
Creates a new report and writes it to a writer.
|
protected String |
escape(String s) |
protected String |
getSourceCodeLink(StackTraceElement ste,
String revision) |
static void |
printJavaScript(Writer writer) |
static void |
printStyle(Writer writer) |
createReportpublic void createReport(Map<String,String> parameters, List<CmisTestGroup> groups, Writer writer) throws IOException
CmisTestReportcreateReport in interface CmisTestReportcreateReport in class AbstractCmisTestReportIOExceptionpublic static void printStyle(Writer writer) throws IOException
IOExceptionpublic static void printJavaScript(Writer writer) throws IOException
IOExceptionprotected String getSourceCodeLink(StackTraceElement ste, String revision)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.