Interface ICustomizeXmlReport
- All Known Implementing Classes:
AbstractXmlReporter, PerSuiteXMLReporter, XMLReporter
public interface ICustomizeXmlReport
An interface that helps add custom xml tags to the TestNG generated xml report.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomTagsFor(XMLStringBuffer xmlBuffer, ITestResult testResult)
-
Method Details
-
addCustomTagsFor
- Parameters:
xmlBuffer- - AnXMLStringBufferobject that represents the buffer to be used.testResult- - AnITestResultobject that represents a test method's result.
-