Package org.testng.reporters
Interface ICustomizeXmlReport
- All Known Implementing Classes:
XMLReporter
public interface ICustomizeXmlReport
An interface that helps add custom xml tags to the TestNG generated xml report.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCustomTagsFor
(XMLStringBuffer xmlBuffer, ITestResult testResult)
-
Method Details
-
addCustomTagsFor
- Parameters:
xmlBuffer
- - AnXMLStringBuffer
object that represents the buffer to be used.testResult
- - AnITestResult
object that represents a test method's result.
-