public class HTMLReporter extends AbstractReporter
META, TEMPLATE_EXTENSION| Constructor and Description |
|---|
HTMLReporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
generateReport(List<XmlSuite> xmlSuites,
List<ISuite> suites,
String outputDirectoryName)
Generates a set of HTML files that contain data about the outcome of
the specified test suites.
|
copyClasspathResource, copyFile, copyStream, createContext, generateFile, removeEmptyDirectoriespublic void generateReport(List<XmlSuite> xmlSuites, List<ISuite> suites, String outputDirectoryName)
suites - Data about the test runs.outputDirectoryName - The directory in which to create the report.