Class XmlTestsSuiteWriter

java.lang.Object
org.alfresco.utility.listener.XmlTestsSuiteWriter

public class XmlTestsSuiteWriter extends Object
Writer class to generate XML tests suite.
Author:
Cristina Diaconu
  • Field Details

    • LOG

      public static org.slf4j.Logger LOG
  • Constructor Details

    • XmlTestsSuiteWriter

      public XmlTestsSuiteWriter()
  • Method Details

    • generateXmlFile

      public void generateXmlFile(String xmlFileName, Map<String,List<String>> testClasses, String testGroup)
      Generate the XML file suite and write it to the disk.
      Parameters:
      xmlFileName - The XML file name.
      testClasses - The map containing the classes and methods to be write on the XML file.