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 ScriptMethodSelectorScriptSelectorFactory. getScriptSelector(XmlScript script)voidXmlMethodSelector. setScript(XmlScript script) -
Uses of XmlScript in org.testng.xml
Fields in org.testng.xml declared as XmlScript Modifier and Type Field Description private XmlScriptXmlMethodSelector. m_scriptMethods in org.testng.xml that return XmlScript Modifier and Type Method Description XmlScriptXmlMethodSelector. getScript()XmlScriptXmlTest. getScript()Methods in org.testng.xml with parameters of type XmlScript Modifier and Type Method Description voidXmlMethodSelector. setScript(XmlScript script)voidXmlTest. setScript(XmlScript script)
-