| Package | Description |
|---|---|
| org.testng | |
| org.testng.internal | |
| org.testng.internal.invokers |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<IInvokedMethod> |
ISuite.getAllInvokedMethods() |
|
java.util.List<IInvokedMethod> |
SuiteRunner.getAllInvokedMethods() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
IInvokedMethodListener.afterInvocation(IInvokedMethod method,
ITestResult testResult) |
|
void |
IInvokedMethodListener2.afterInvocation(IInvokedMethod method,
ITestResult testResult,
ITestContext context) |
To be implemented if the method needs a handle to contextual information.
|
void |
SuiteRunner.afterInvocation(IInvokedMethod method,
ITestResult testResult) |
|
void |
IInvokedMethodListener.beforeInvocation(IInvokedMethod method,
ITestResult testResult) |
|
void |
IInvokedMethodListener2.beforeInvocation(IInvokedMethod method,
ITestResult testResult,
ITestContext context) |
To be implemented if the method needs a handle to contextual information.
|
void |
SuiteRunner.beforeInvocation(IInvokedMethod method,
ITestResult testResult) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
InvokedMethod |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
MethodHelper.dumpInvokedMethodsInfoToConsole(java.util.Collection<IInvokedMethod> iInvokedMethods,
int currentVerbosity) |
|
static java.util.List<ITestNGMethod> |
MethodHelper.invokedMethodsToMethods(java.util.Collection<IInvokedMethod> invokedMethods) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
InvokedMethodListenerInvoker.invokeListener(IInvokedMethodListener listenerInstance,
IInvokedMethod invokedMethod) |
Invoke the given
listenerInstance, calling the method specified in the constructor of
this InvokedMethodListenerInvoker. |