Package org.testng.reporters
Interface ICustomizeXmlReport
-
- All Known Implementing Classes:
XMLReporter
public interface ICustomizeXmlReportAn interface that helps add custom xml tags to the TestNG generated xml report.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddCustomTagsFor(XMLStringBuffer xmlBuffer, ITestResult testResult)
-
-
-
Method Detail
-
addCustomTagsFor
void addCustomTagsFor(XMLStringBuffer xmlBuffer, ITestResult testResult)
- Parameters:
xmlBuffer- - AnXMLStringBufferobject that represents the buffer to be used.testResult- - AnITestResultobject that represents a test method's result.
-
-