Uses of Class
org.testng.xml.XmlMethodSelector
Packages that use XmlMethodSelector
-
Uses of XmlMethodSelector in org.testng
Fields in org.testng with type parameters of type XmlMethodSelectorMethods in org.testng with parameters of type XmlMethodSelector -
Uses of XmlMethodSelector in org.testng.internal
Methods in org.testng.internal with parameters of type XmlMethodSelectorModifier and TypeMethodDescriptionstatic IMethodSelector
InstanceCreator.createSelector
(XmlMethodSelector selector) -
Uses of XmlMethodSelector in org.testng.xml
Fields in org.testng.xml declared as XmlMethodSelectorModifier and TypeFieldDescriptionprivate XmlMethodSelector
TestNGContentHandler.m_currentSelector
Fields in org.testng.xml with type parameters of type XmlMethodSelectorModifier and TypeFieldDescriptionprivate ArrayList<XmlMethodSelector>
TestNGContentHandler.m_currentSelectors
private List<XmlMethodSelector>
XmlMethodSelectors.m_methodSelectors
private List<XmlMethodSelector>
XmlSuite.m_methodSelectors
Suite level method selectors.private List<XmlMethodSelector>
XmlTest.m_methodSelectors
Methods in org.testng.xml that return types with arguments of type XmlMethodSelectorModifier and TypeMethodDescriptionXmlMethodSelectors.getMethodSelectors()
XmlSuite.getMethodSelectors()
Returns the method selectors.XmlTest.getMethodSelectors()
Methods in org.testng.xml with parameters of type XmlMethodSelectorModifier and TypeMethodDescriptionvoid
XmlMethodSelectors.setMethodSelector
(XmlMethodSelector xms) Method parameters in org.testng.xml with type arguments of type XmlMethodSelectorModifier and TypeMethodDescriptionvoid
XmlSuite.setMethodSelectors
(List<XmlMethodSelector> methodSelectors) Sets the method selectors.void
XmlTest.setMethodSelectors
(List<XmlMethodSelector> methodSelectors)