| Package | Description |
|---|---|
| org.testng | |
| org.testng.internal |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<IMethodInstance> |
IMethodInterceptor.intercept(java.util.List<IMethodInstance> methods,
ITestContext context) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<IMethodInstance> |
IMethodInterceptor.intercept(java.util.List<IMethodInstance> methods,
ITestContext context) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
MethodInstance |
| Modifier and Type | Field | Description |
|---|---|---|
static java.util.Comparator<IMethodInstance> |
MethodInstance.SORT_BY_INDEX |
| Modifier and Type | Method | Description |
|---|---|---|
static java.util.List<IMethodInstance> |
MethodHelper.methodsToMethodInstances(java.util.List<ITestNGMethod> sl) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
TestMethodWorker.invokeAfterClassMethods(ITestClass testClass,
IMethodInstance mi) |
Invoke the @AfterClass methods if not done already
|
protected void |
TestMethodWorker.invokeBeforeClassMethods(ITestClass testClass,
IMethodInstance mi) |
Invoke the @BeforeClass methods if not done already
|
| Modifier and Type | Method | Description |
|---|---|---|
static java.util.List<ITestNGMethod> |
MethodHelper.methodInstancesToMethods(java.util.List<IMethodInstance> methodInstances) |
| Constructor | Description |
|---|---|
TestMethodWorker(IInvoker invoker,
java.util.List<IMethodInstance> testMethods,
XmlSuite suite,
java.util.Map<java.lang.String,java.lang.String> parameters,
ConfigurationGroupMethods groupMethods,
ClassMethodMap classMethodMap,
ITestContext testContext,
java.util.List<IClassListener> listeners) |