| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.testng.reporters.SuiteHTMLReporter
This class implements an HTML reporter for suites.
Field Summary | |
---|---|
static String | AFTER Generate information about the methods that were run |
static String | BEFORE |
static String | CLASSES |
static String | GROUPS |
static String | METHODS_ALPHABETICAL |
static String | METHODS_CHRONOLOGICAL |
static String | METHODS_NOT_RUN |
static String | REPORTER_OUTPUT |
static String | TESTNG_XML |
Constructor Summary | |
---|---|
SuiteHTMLReporter() |
Method Summary | |
---|---|
protected String | generateOutputDirectoryName(String outputDirectory) Overridable by subclasses to create different directory names (e.g. |
void | generateReport(List<XmlSuite> xmlSuites, List<ISuite> suites, String outputDirectory) Generate a report for the given suites into the specified output directory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String METHODS_CHRONOLOGICAL
public static final String METHODS_ALPHABETICAL
public static final String GROUPS
public static final String CLASSES
public static final String REPORTER_OUTPUT
public static final String METHODS_NOT_RUN
public static final String TESTNG_XML
public static final String AFTER
public static final String BEFORE
Constructor Detail |
---|
public SuiteHTMLReporter()
Method Detail |
---|
public void generateReport(List<XmlSuite> xmlSuites, List<ISuite> suites, String outputDirectory)
IReporter
generateReport
in interface IReporter
protected String generateOutputDirectoryName(String outputDirectory)
outputDirectory
- the output directory specified by the user
| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |