org.testng.reporters
Class SuiteHTMLReporter

java.lang.Object
  extended by org.testng.reporters.SuiteHTMLReporter
All Implemented Interfaces:
IReporter, ITestNGListener

public class SuiteHTMLReporter
extends java.lang.Object
implements IReporter

This class implements an HTML reporter for suites.

Author:
cbeust, Alexandru Popescu

Field Summary
static java.lang.String AFTER
          Generate information about the methods that were run
static java.lang.String BEFORE
           
static java.lang.String CLASSES
           
static java.lang.String GROUPS
           
static java.lang.String METHODS_ALPHABETICAL
           
static java.lang.String METHODS_CHRONOLOGICAL
           
static java.lang.String METHODS_NOT_RUN
           
static java.lang.String REPORTER_OUTPUT
           
static java.lang.String TESTNG_XML
           
 
Constructor Summary
SuiteHTMLReporter()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

METHODS_CHRONOLOGICAL

public static final java.lang.String METHODS_CHRONOLOGICAL
See Also:
Constant Field Values

METHODS_ALPHABETICAL

public static final java.lang.String METHODS_ALPHABETICAL
See Also:
Constant Field Values

GROUPS

public static final java.lang.String GROUPS
See Also:
Constant Field Values

CLASSES

public static final java.lang.String CLASSES
See Also:
Constant Field Values

REPORTER_OUTPUT

public static final java.lang.String REPORTER_OUTPUT
See Also:
Constant Field Values

METHODS_NOT_RUN

public static final java.lang.String METHODS_NOT_RUN
See Also:
Constant Field Values

TESTNG_XML

public static final java.lang.String TESTNG_XML
See Also:
Constant Field Values

AFTER

public static final java.lang.String AFTER
Generate information about the methods that were run

See Also:
Constant Field Values

BEFORE

public static final java.lang.String BEFORE
See Also:
Constant Field Values
Constructor Detail

SuiteHTMLReporter

public SuiteHTMLReporter()
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 interface IReporter


Copyright © 2011. All Rights Reserved.