Package org.testng.xml
Class XmlMethodSelectors
- java.lang.Object
-
- org.testng.xml.XmlMethodSelectors
-
public class XmlMethodSelectors extends Object
-
-
Constructor Summary
Constructors Constructor Description XmlMethodSelectors()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<XmlMethodSelector>
getMethodSelectors()
void
setMethodSelector(XmlMethodSelector xms)
String
toXml(String indent)
-
-
-
Method Detail
-
getMethodSelectors
public List<XmlMethodSelector> getMethodSelectors()
-
setMethodSelector
public void setMethodSelector(XmlMethodSelector xms)
-
-