Package org.testng.reporters.jq
Class Main
java.lang.Object
org.testng.reporters.jq.Main
- All Implemented Interfaces:
IReporter,ITestNGListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidGenerate a report for the given suites into the specified output directory.private InputStream
-
Field Details
-
TESTNG_RESOURCE_PREFIX
- See Also:
-
RESOURCES
-
REPORT_HEADER_FILE
- See Also:
-
-
Constructor Details
-
Main
public Main()
-
-
Method Details
-
generateReport
Description copied from interface:IReporterGenerate a report for the given suites into the specified output directory.- Specified by:
generateReportin interfaceIReporter- Parameters:
xmlSuites- The list ofXmlSuitesuites- The list ofISuiteoutputDirectory- The output directory
-
load
-