Class FailedReporter
java.lang.Object
org.testng.reporters.FailedReporter
- All Implemented Interfaces:
IReporter, ITestNGListener
This reporter is responsible for creating testng-failed.xml
- Author:
- Cedric Beust, Alexandru Popescu
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidgenerateFailureSuite(XmlSuite xmlSuite, ISuite suite, String outputDir) voidGenerate 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
-
TESTNG_FAILED_XML
- See Also:
-
-
Constructor Details
-
FailedReporter
public FailedReporter() -
FailedReporter
-
-
Method Details
-
generateReport
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
-
generateFailureSuite
-