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 |
SuiteRunner.afterInvocation(IInvokedMethod method,
ITestResult testResult) |
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.beforeInvocation(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.
|
Modifier and Type | Class and Description |
---|---|
class |
InvokedMethod |
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 © 2017. All rights reserved.