Uses of Class
org.testng.xml.XmlScript
-
Packages that use XmlScript Package Description org.testng.internal org.testng.xml -
-
Uses of XmlScript in org.testng.internal
Methods in org.testng.internal with parameters of type XmlScript Modifier and Type Method Description static org.testng.internal.ScriptMethodSelector
ScriptSelectorFactory. getScriptSelector(XmlScript script)
void
XmlMethodSelector. setScript(XmlScript script)
-
Uses of XmlScript in org.testng.xml
Methods in org.testng.xml that return XmlScript Modifier and Type Method Description XmlScript
XmlMethodSelector. getScript()
XmlScript
XmlTest. getScript()
Methods in org.testng.xml with parameters of type XmlScript Modifier and Type Method Description void
XmlMethodSelector. setScript(XmlScript script)
void
XmlTest. setScript(XmlScript script)
-