Class SuiteHTMLReporter
java.lang.Object
org.testng.reporters.SuiteHTMLReporter
- All Implemented Interfaces:
IReporter, ITestNGListener
-
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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ITestNGListener
isEnabled
-
Field Details
-
METHODS_CHRONOLOGICAL
-
METHODS_ALPHABETICAL
-
GROUPS
-
CLASSES
-
REPORTER_OUTPUT
-
METHODS_NOT_RUN
-
TESTNG_XML
-
AFTER
Deprecated.Generate information about the methods that were run- See Also:
-
BEFORE
-
-
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
-
7.9.0in favour ofMain