Package org.alfresco.utility.listener
Class XmlTestsSuiteWriter
- java.lang.Object
-
- org.alfresco.utility.listener.XmlTestsSuiteWriter
-
public class XmlTestsSuiteWriter extends java.lang.ObjectWriter class to generate XML tests suite.- Author:
- Cristina Diaconu
-
-
Field Summary
Fields Modifier and Type Field Description static org.slf4j.LoggerLOG
-
Constructor Summary
Constructors Constructor Description XmlTestsSuiteWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerateXmlFile(java.lang.String filePath, java.util.Map<java.lang.String,java.util.List<java.lang.String>> testClasses, java.lang.String testGroup)Generate the XML file suite and write it to the disk.
-
-
-
Method Detail
-
generateXmlFile
public void generateXmlFile(java.lang.String filePath, java.util.Map<java.lang.String,java.util.List<java.lang.String>> testClasses, java.lang.String testGroup)Generate the XML file suite and write it to the disk.- Parameters:
filePath- The file path where to save the file.testClasses- The map containing the classes and methods to be write on the XML file.
-
-