Package step.repositories.reporting
Class XMLReporter
- java.lang.Object
-
- step.repositories.reporting.XMLReporter
-
public class XMLReporter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
XMLReporter.XMLReport
static class
XMLReporter.XMLReports
-
Constructor Summary
Constructors Constructor Description XMLReporter(ch.exense.commons.app.Configuration configuration, step.core.artefacts.reports.ReportNodeAccessor reportNodeAccessor)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static String
convertToHtml(String xml)
static String
convertToText(String xml)
String
reportContent(step.core.artefacts.reports.ReportNode node)
String
reportContent(step.core.artefacts.reports.ReportNode node, String actionHtml, String expectedHtml, String actionTxt, String expectedTxt)
String
reportHeader(step.core.artefacts.reports.ReportNodeStatus status, Object step)
-
-
-
Method Detail
-
reportContent
public String reportContent(step.core.artefacts.reports.ReportNode node) throws Exception
- Throws:
Exception
-
reportContent
public String reportContent(step.core.artefacts.reports.ReportNode node, String actionHtml, String expectedHtml, String actionTxt, String expectedTxt) throws Exception
- Throws:
Exception
-
reportHeader
public String reportHeader(step.core.artefacts.reports.ReportNodeStatus status, Object step) throws Exception
- Throws:
Exception
-
-