Class XmlUtils
java.lang.Object
org.testng.xml.XmlUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddumpParameters(XMLStringBuffer xsb, Map<String, String> parameters) static voidsetProperty(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
-