Package org.testng.reporters
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 void
generateFailureSuite
(XmlSuite xmlSuite, ISuite suite, String outputDir) void
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
Methods inherited from interface org.testng.ITestNGListener
isEnabled
-
Field Details
-
TESTNG_FAILED_XML
- See Also:
-
-
Constructor Details
-
FailedReporter
public FailedReporter() -
FailedReporter
-
-
Method Details
-
generateReport
Description copied from interface:IReporter
Generate a report for the given suites into the specified output directory.- Specified by:
generateReport
in interfaceIReporter
- Parameters:
xmlSuites
- The list ofXmlSuite
suites
- The list ofISuite
outputDirectory
- The output directory
-
generateFailureSuite
-