Package org.testng.xml
Class XmlUtils
- java.lang.Object
-
- org.testng.xml.XmlUtils
-
public class XmlUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description XmlUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
dumpParameters(XMLStringBuffer xsb, Map<String,String> parameters)
static void
setProperty(Properties p, String name, String value, String def)
Don't add this property if it's equal to its default value.
-
-
-
Method Detail
-
setProperty
public static void setProperty(Properties p, String name, String value, String def)
Don't add this property if it's equal to its default value.
-
dumpParameters
public static void dumpParameters(XMLStringBuffer xsb, Map<String,String> parameters)
-
-