| Package | Description |
|---|---|
| org.testng.internal | |
| org.testng.internal.invokers |
| Modifier and Type | Method and Description |
|---|---|
private void |
Invoker.runInvokedMethodListeners(InvokedMethodListenerMethod listenerMethod,
IInvokedMethod invokedMethod,
ITestResult testResult) |
| Modifier and Type | Field and Description |
|---|---|
private InvokedMethodListenerMethod |
InvokedMethodListenerInvoker.m_listenerMethod |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<InvokedMethodListenerMethod,InvokedMethodListenerInvoker.InvocationStrategy> |
InvokedMethodListenerInvoker.INVOKE_WITH_CONTEXT_STRATEGIES |
private static java.util.Map<InvokedMethodListenerMethod,InvokedMethodListenerInvoker.InvocationStrategy> |
InvokedMethodListenerInvoker.INVOKE_WITHOUT_CONTEXT_STRATEGIES |
private static java.util.Map<InvokedMethodListenerSubtype,java.util.Map<InvokedMethodListenerMethod,InvokedMethodListenerInvoker.InvocationStrategy>> |
InvokedMethodListenerInvoker.strategies |
| Modifier and Type | Method and Description |
|---|---|
static InvokedMethodListenerMethod |
InvokedMethodListenerMethod.valueOf(java.lang.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.
|
| Modifier and Type | Method and Description |
|---|---|
private InvokedMethodListenerInvoker.InvocationStrategy |
InvokedMethodListenerInvoker.obtainStrategyFor(IInvokedMethodListener listenerInstance,
InvokedMethodListenerMethod listenerMethod) |
| 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. |