public class TestNGXmlSuiteHelper extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
TestNGXmlSuiteHelper.Logger |
| Constructor and Description |
|---|
TestNGXmlSuiteHelper() |
| Modifier and Type | Method and Description |
|---|---|
static File |
writeSuite(Map<String,Map<String,List<String>>> map,
Map<String,String> testParams,
String name,
String rootPath,
TestNGXmlSuiteHelper.Logger logger) |
static void |
writeToFile(TestNGXmlSuiteHelper.Logger logger,
File xmlFile,
String content) |
public static File writeSuite(Map<String,Map<String,List<String>>> map, Map<String,String> testParams, String name, String rootPath, TestNGXmlSuiteHelper.Logger logger)
public static void writeToFile(TestNGXmlSuiteHelper.Logger logger, File xmlFile, String content)
Copyright © 2015. All rights reserved.