| Package | Description |
|---|---|
| org.testng | |
| org.testng.internal.invokers |
| Modifier and Type | Method and Description |
|---|---|
List<IInvokedMethod> |
ISuite.getAllInvokedMethods() |
List<IInvokedMethod> |
SuiteRunner.getAllInvokedMethods() |
| Modifier and Type | Method and Description |
|---|---|
default void |
IInvokedMethodListener.afterInvocation(IInvokedMethod method,
ITestResult testResult) |
void |
SuiteRunner.afterInvocation(IInvokedMethod method,
ITestResult testResult) |
default void |
IInvokedMethodListener.afterInvocation(IInvokedMethod method,
ITestResult testResult,
ITestContext context)
To be implemented if the method needs a handle to contextual information.
|
default void |
IInvokedMethodListener.beforeInvocation(IInvokedMethod method,
ITestResult testResult) |
void |
SuiteRunner.beforeInvocation(IInvokedMethod method,
ITestResult testResult) |
default void |
IInvokedMethodListener.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)
Invokes the given
listenerInstance, calling the method specified in the constructor of
this InvokedMethodListenerInvoker. |
void |
ITestInvoker.invokeListenersForSkippedTestResult(ITestResult r,
IInvokedMethod invokedMethod) |
Copyright © 2025. All rights reserved.