Uses of Class
org.testng.xml.XmlMethodSelector

Packages that use XmlMethodSelector
org.testng.xml   
 

Uses of XmlMethodSelector in org.testng.xml
 

Methods in org.testng.xml that return types with arguments of type XmlMethodSelector
 List<XmlMethodSelector> XmlTest.getMethodSelectors()
           
 List<XmlMethodSelector> XmlSuite.getMethodSelectors()
          Returns the method selectors.
 

Method parameters in org.testng.xml with type arguments of type XmlMethodSelector
 void XmlTest.setMethodSelectors(List<XmlMethodSelector> methodSelectors)
           
 void XmlSuite.setMethodSelectors(List<XmlMethodSelector> methodSelectors)
          Sets the method selectors.
 



Copyright © 2011. All Rights Reserved.