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