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 classXMLReporter.XMLReportstatic classXMLReporter.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 StringconvertToHtml(String xml)static StringconvertToText(String xml)StringreportContent(step.core.artefacts.reports.ReportNode node)StringreportContent(step.core.artefacts.reports.ReportNode node, String actionHtml, String expectedHtml, String actionTxt, String expectedTxt)StringreportHeader(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
-
-