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 Modelm_modelprivate java.lang.Stringm_outputDirectorystatic java.lang.StringREPORT_HEADER_FILEprivate static java.lang.String[]RESOURCESprivate static java.lang.StringTESTNG_RESOURCE_PREFIX
-
Constructor Summary
Constructors Constructor Description Main()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerateReport(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: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
-
-