public class FailedReporter extends Object implements IReporter
| Modifier and Type | Field and Description |
|---|---|
static String |
TESTNG_FAILED_XML |
| Constructor and Description |
|---|
FailedReporter() |
FailedReporter(XmlSuite xmlSuite) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
generateFailureSuite(XmlSuite xmlSuite,
ISuite suite,
String outputDir) |
void |
generateReport(List<XmlSuite> xmlSuites,
List<ISuite> suites,
String outputDirectory)
Generate a report for the given suites into the specified output directory.
|
public static final String TESTNG_FAILED_XML
public FailedReporter()
public FailedReporter(XmlSuite xmlSuite)
public void generateReport(List<XmlSuite> xmlSuites, List<ISuite> suites, String outputDirectory)
IReportergenerateReport in interface IReporterxmlSuites - The list of XmlSuitesuites - The list of ISuiteoutputDirectory - The output directoryCopyright © 2025. All rights reserved.