Package org.testng.xml
Class XmlScript
- java.lang.Object
-
- org.testng.xml.XmlScript
-
public class XmlScript extends Object
-
-
Constructor Summary
Constructors Constructor Description XmlScript()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLanguage()
String
getScript()
void
setLanguage(String language)
void
setScript(String script)
-