public class XmlTestsSuiteWriter extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
XmlTestsSuiteWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
generateXmlFile(String filePath,
Map<String,List<String>> testClasses,
String testGroup)
Generate the XML file suite and write it to the disk.
|
public void generateXmlFile(String filePath, Map<String,List<String>> testClasses, String testGroup)
filePath - The file path where to save the file.testClasses - The map containing the classes and methods to be write on the XML file.Copyright © 2005–2019 Alfresco Software. All rights reserved.