Package | Description |
---|---|
org.testng | |
org.testng.internal | |
org.testng.xml |
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 | Method and Description |
---|---|
List<XmlMethodSelector> |
XmlMethodSelectors.getMethodSelectors() |
List<XmlMethodSelector> |
XmlSuite.getMethodSelectors()
Returns the method selectors.
|
List<XmlMethodSelector> |
XmlTest.getMethodSelectors() |
Modifier and Type | Method and Description |
---|---|
void |
XmlMethodSelectors.setMethodSelector(XmlMethodSelector xms) |
Modifier and Type | Method and Description |
---|---|
void |
XmlSuite.setMethodSelectors(List<XmlMethodSelector> methodSelectors)
Sets the method selectors.
|
void |
XmlTest.setMethodSelectors(List<XmlMethodSelector> methodSelectors) |
Copyright © 2018. All rights reserved.