Uses of Class
org.testng.xml.XmlMethodSelector

Packages that use XmlMethodSelector
org.testng.internal   
org.testng.xml   
 

Uses of XmlMethodSelector in org.testng.internal
 

Methods in org.testng.internal with parameters of type XmlMethodSelector
static IMethodSelector ClassHelper.createSelector(XmlMethodSelector selector)
           
 

Uses of XmlMethodSelector in org.testng.xml
 

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

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



Copyright © 2010. All Rights Reserved.