Package | Description |
---|---|
org.testng | |
org.testng.internal | |
org.testng.xml |
Modifier and Type | Field and Description |
---|---|
private java.util.Set<XmlMethodSelector> |
TestNG.m_selectors |
Modifier and Type | Method and Description |
---|---|
void |
TestNG.addMethodSelector(XmlMethodSelector selector) |
Modifier and Type | Method and Description |
---|---|
static IMethodSelector |
ClassHelper.createSelector(XmlMethodSelector selector) |
Modifier and Type | Field and Description |
---|---|
private XmlMethodSelector |
TestNGContentHandler.m_currentSelector |
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<XmlMethodSelector> |
TestNGContentHandler.m_currentSelectors |
private java.util.List<XmlMethodSelector> |
XmlSuite.m_methodSelectors
Suite level method selectors.
|
private java.util.List<XmlMethodSelector> |
XmlTest.m_methodSelectors |
private java.util.List<XmlMethodSelector> |
XmlMethodSelectors.m_methodSelectors |
Modifier and Type | Method and Description |
---|---|
java.util.List<XmlMethodSelector> |
XmlSuite.getMethodSelectors()
Returns the method selectors.
|
java.util.List<XmlMethodSelector> |
XmlTest.getMethodSelectors() |
java.util.List<XmlMethodSelector> |
XmlMethodSelectors.getMethodSelectors() |
Modifier and Type | Method and Description |
---|---|
void |
XmlMethodSelectors.setMethodSelector(XmlMethodSelector xms) |
Modifier and Type | Method and Description |
---|---|
void |
XmlSuite.setMethodSelectors(java.util.List<XmlMethodSelector> methodSelectors)
Sets the method selectors.
|
void |
XmlTest.setMethodSelectors(java.util.List<XmlMethodSelector> methodSelectors) |