public class Main extends Object implements IReporter
| Modifier and Type | Field and Description |
|---|---|
static String |
REPORT_HEADER_FILE |
| Constructor and Description |
|---|
Main() |
| Modifier and Type | Method and Description |
|---|---|
void |
generateReport(List<XmlSuite> xmlSuites,
List<ISuite> suites,
String outputDirectory)
Generate a report for the given suites into the specified output directory.
|
public static final String REPORT_HEADER_FILE
public void generateReport(List<XmlSuite> xmlSuites, List<ISuite> suites, String outputDirectory)
IReportergenerateReport in interface IReporterxmlSuites - The list of XmlSuitesuites - The list of ISuiteoutputDirectory - The output directoryCopyright © 2025. All rights reserved.