Package org.testng.reporters.jq
Class Main
- java.lang.Object
-
- org.testng.reporters.jq.Main
-
- All Implemented Interfaces:
IReporter
,ITestNGListener
public class Main extends Object implements IReporter
-
-
Field Summary
Fields Modifier and Type Field Description static String
REPORT_HEADER_FILE
-
Constructor Summary
Constructors Constructor Description Main()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
generateReport(List<XmlSuite> xmlSuites, List<ISuite> suites, String outputDirectory)
Generate a report for the given suites into the specified output directory.
-
-
-
Field Detail
-
REPORT_HEADER_FILE
public static final String REPORT_HEADER_FILE
- See Also:
- Constant Field Values
-
-