| Package | Description |
|---|---|
| org.testng.internal.invokers |
| Modifier and Type | Method and Description |
|---|---|
static InvokedMethodListenerMethod |
InvokedMethodListenerMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvokedMethodListenerMethod[] |
InvokedMethodListenerMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
InvokedMethodListenerInvoker(InvokedMethodListenerMethod listenerMethod,
ITestResult testResult,
ITestContext testContext)
Creates a new invoker instance which can be used to call the specified
listenerMethod
on any number of IInvokedMethodListeners. |
Copyright © 2024. All rights reserved.