Uses of Class
org.testng.internal.invokers.InvokedMethodListenerMethod
-
Packages that use InvokedMethodListenerMethod Package Description org.testng.internal org.testng.internal.invokers -
-
Uses of InvokedMethodListenerMethod in org.testng.internal
Methods in org.testng.internal with parameters of type InvokedMethodListenerMethod Modifier and Type Method Description protected void
BaseInvoker. runInvokedMethodListeners(InvokedMethodListenerMethod listenerMethod, IInvokedMethod invokedMethod, ITestResult testResult)
-
Uses of InvokedMethodListenerMethod in org.testng.internal.invokers
Fields in org.testng.internal.invokers declared as InvokedMethodListenerMethod Modifier and Type Field Description private InvokedMethodListenerMethod
InvokedMethodListenerInvoker. m_listenerMethod
Fields in org.testng.internal.invokers with type parameters of type InvokedMethodListenerMethod Modifier and Type Field 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
Methods in org.testng.internal.invokers that return InvokedMethodListenerMethod Modifier and Type Method 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.Methods in org.testng.internal.invokers with parameters of type InvokedMethodListenerMethod Modifier and Type Method Description private InvokedMethodListenerInvoker.InvocationStrategy
InvokedMethodListenerInvoker. obtainStrategyFor(IInvokedMethodListener listenerInstance, InvokedMethodListenerMethod listenerMethod)
Constructors in org.testng.internal.invokers with parameters of type InvokedMethodListenerMethod Constructor Description InvokedMethodListenerInvoker(InvokedMethodListenerMethod listenerMethod, ITestResult testResult, ITestContext testContext)
Creates a new invoker instance which can be used to call the specifiedlistenerMethod
on any number ofIInvokedMethodListener
s.
-