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 Details

    • addCustomTagsFor

      void addCustomTagsFor(XMLStringBuffer xmlBuffer, ITestResult testResult)
      Parameters:
      xmlBuffer - - An XMLStringBuffer object that represents the buffer to be used.
      testResult - - An ITestResult object that represents a test method's result.