Package org.alfresco.utility.report
Class HtmlReportListener
- java.lang.Object
-
- org.alfresco.utility.report.HtmlReportListener
-
- All Implemented Interfaces:
org.testng.IReporter,org.testng.ITestNGListener
public class HtmlReportListener extends java.lang.Object implements org.testng.IReporterEnables ReportManager to generate custom HTML reports of failed/skipped/passed tests How to use it a) one approach is to add this listener to your test class Example:- Author:
- Paul Brodner
-
-
Constructor Summary
Constructors Constructor Description HtmlReportListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerateReport(java.util.List<org.testng.xml.XmlSuite> xmlSuites, java.util.List<org.testng.ISuite> suites, java.lang.String outputDirectory)
-