Package org.uncommons.reportng
Class HTMLReporter
- java.lang.Object
-
- org.uncommons.reportng.AbstractReporter
-
- org.uncommons.reportng.HTMLReporter
-
- All Implemented Interfaces:
org.testng.IReporter,org.testng.ITestNGListener
public class HTMLReporter extends AbstractReporter
-
-
Field Summary
-
Fields inherited from class org.uncommons.reportng.AbstractReporter
META
-
-
Constructor Summary
Constructors Constructor Description HTMLReporter()
-
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 outputDirectoryName)-
Methods inherited from class org.uncommons.reportng.AbstractReporter
copyClasspathResource, copyFile, copyStream, createContext, removeEmptyDirectories
-
-