| Package | Description |
|---|---|
| org.testng | |
| org.testng.internal | |
| org.testng.internal.invokers | |
| org.testng.reporters |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Collection<IInvokedMethod> |
SuiteRunner.invokedMethods
The list of all the methods invoked during this run
|
private java.util.Collection<IInvokedMethod> |
TestRunner.m_invokedMethods |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IInvokedMethod> |
ISuite.getAllInvokedMethods() |
java.util.List<IInvokedMethod> |
SuiteRunner.getAllInvokedMethods() |
| Modifier and Type | Method and Description |
|---|---|
void |
IInvokedMethodListener.afterInvocation(IInvokedMethod method,
ITestResult testResult) |
void |
SuiteRunner.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 |
IInvokedMethodListener.beforeInvocation(IInvokedMethod method,
ITestResult testResult) |
void |
SuiteRunner.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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InvokedMethod |
| Modifier and Type | Method and Description |
|---|---|
private void |
Invoker.runInvokedMethodListeners(InvokedMethodListenerMethod listenerMethod,
IInvokedMethod invokedMethod,
ITestResult testResult) |
| Modifier and Type | Method and 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 and Description |
|---|---|
void |
InvokedMethodListenerInvoker.InvokeBeforeInvocationWithContextStrategy.callMethod(IInvokedMethodListener2 listener,
IInvokedMethod invokedMethod,
ITestResult testResult,
ITestContext testContext) |
void |
InvokedMethodListenerInvoker.InvokeAfterInvocationWithContextStrategy.callMethod(IInvokedMethodListener2 listener,
IInvokedMethod invokedMethod,
ITestResult testResult,
ITestContext testContext) |
void |
InvokedMethodListenerInvoker.InvokeBeforeInvocationWithoutContextStrategy.callMethod(IInvokedMethodListener listener,
IInvokedMethod invokedMethod,
ITestResult testResult,
ITestContext testContext) |
void |
InvokedMethodListenerInvoker.InvokeAfterInvocationWithoutContextStrategy.callMethod(IInvokedMethodListener listener,
IInvokedMethod invokedMethod,
ITestResult testResult,
ITestContext testContext) |
void |
InvokedMethodListenerInvoker.InvocationStrategy.callMethod(LISTENER_TYPE listener,
IInvokedMethod invokedMethod,
ITestResult testResult,
ITestContext testContext) |
void |
InvokedMethodListenerInvoker.invokeListener(IInvokedMethodListener listenerInstance,
IInvokedMethod invokedMethod)
Invoke the given
listenerInstance, calling the method specified in the constructor of
this InvokedMethodListenerInvoker. |
| Modifier and Type | Method and Description |
|---|---|
int |
EmailableReporter.TestSorter.compare(IInvokedMethod o1,
IInvokedMethod o2)
Arranges methods by classname and method name
|