| Package | Description |
|---|---|
| org.testng.internal |
| Modifier and Type | Class | 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 | Method | Description |
|---|---|---|
static IMethodSelector |
ClassHelper.createSelector(XmlMethodSelector selector) |
|
IMethodSelector |
MethodSelectorDescriptor.getMethodSelector() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
RunInfo.addMethodSelector(IMethodSelector selector,
int priority) |
| Constructor | Description |
|---|---|
MethodSelectorDescriptor(IMethodSelector selector,
int priority) |