Package org.testng.reporters
Class SuiteHTMLReporter
java.lang.Object
org.testng.reporters.SuiteHTMLReporter
- All Implemented Interfaces:
IReporter,ITestNGListener
Deprecated.
This class implements an HTML reporter for suites.
- Author:
- cbeust, Alexandru Popescu
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.Generate information about the methods that were runstatic final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgenerateOutputDirectoryName(String outputDirectory) Deprecated.Overridable by subclasses to create different directory names (e.g.voidDeprecated.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, waitMethods inherited from interface org.testng.ITestNGListener
isEnabled
-
Field Details
-
METHODS_CHRONOLOGICAL
Deprecated.- See Also:
-
METHODS_ALPHABETICAL
Deprecated.- See Also:
-
GROUPS
Deprecated.- See Also:
-
CLASSES
Deprecated.- See Also:
-
REPORTER_OUTPUT
Deprecated.- See Also:
-
METHODS_NOT_RUN
Deprecated.- See Also:
-
TESTNG_XML
Deprecated.- See Also:
-
AFTER
Deprecated.Generate information about the methods that were run- See Also:
-
BEFORE
Deprecated.- See Also:
-
-
Constructor Details
-
SuiteHTMLReporter
public SuiteHTMLReporter()Deprecated.
-
-
Method Details
-
generateReport
Deprecated.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
-
generateOutputDirectoryName
Deprecated.Overridable by subclasses to create different directory names (e.g. with timestamps).- Parameters:
outputDirectory- the output directory specified by the user- Returns:
- the name of the output directory of the report
-
7.9.0in favour ofMain