Package | Description |
---|---|
org.testng | |
org.testng.internal | |
org.testng.internal.invokers |
Modifier and Type | Method and Description |
---|---|
List<IInvokedMethod> |
ISuite.getAllInvokedMethods() |
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 |
---|---|
static void |
MethodHelper.dumpInvokedMethodsInfoToConsole(Collection<IInvokedMethod> iInvokedMethods,
int currentVerbosity) |
static List<ITestNGMethod> |
MethodHelper.invokedMethodsToMethods(Collection<IInvokedMethod> invokedMethods) |
Modifier and Type | Method and Description |
---|---|
void |
InvokedMethodListenerInvoker.invokeListener(IInvokedMethodListener listenerInstance,
IInvokedMethod invokedMethod)
Invoke the given
listenerInstance , calling the method specified in the constructor of
this InvokedMethodListenerInvoker . |
Copyright © 2024. All rights reserved.