Package org.testng.xml
Class XmlUtils
java.lang.Object
org.testng.xml.XmlUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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.
-
Constructor Details
-
XmlUtils
public XmlUtils()
-
-
Method Details
-
setProperty
Don't add this property if it's equal to its default value.- Parameters:
p
- The propertiesname
- The property namevalue
- The property valuedef
- The default value
-
dumpParameters
-