| Package | Description |
|---|---|
| org.testng.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
XmlMethodSelector
This class is the default method selector used by TestNG to determine which methods need to be
included and excluded based on the specification given in testng.xml.
|
| Modifier and Type | Field and Description |
|---|---|
private IMethodSelector |
MethodSelectorDescriptor.m_methodSelector |
| Modifier and Type | Method and Description |
|---|---|
static IMethodSelector |
InstanceCreator.createSelector(XmlMethodSelector selector) |
static IMethodSelector |
ClassHelper.createSelector(XmlMethodSelector selector)
Deprecated.
- This method is deprecated as of TestNG 7.0.0
|
IMethodSelector |
MethodSelectorDescriptor.getMethodSelector() |
| Modifier and Type | Method and Description |
|---|---|
void |
RunInfo.addMethodSelector(IMethodSelector selector,
int priority) |
| Constructor and Description |
|---|
MethodSelectorDescriptor(IMethodSelector selector,
int priority) |