Uses of Enum Class
org.testng.internal.invokers.InvokedMethodListenerMethod
Packages that use InvokedMethodListenerMethod
-
Uses of InvokedMethodListenerMethod in org.testng.internal
Methods in org.testng.internal with parameters of type InvokedMethodListenerMethodModifier and TypeMethodDescriptionprotected 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 InvokedMethodListenerMethodModifier and TypeFieldDescriptionprivate final InvokedMethodListenerMethod
InvokedMethodListenerInvoker.m_listenerMethod
Methods in org.testng.internal.invokers that return InvokedMethodListenerMethodModifier and TypeMethodDescriptionstatic InvokedMethodListenerMethod
Returns the enum constant of this class with the specified name.static InvokedMethodListenerMethod[]
InvokedMethodListenerMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.testng.internal.invokers with parameters of type InvokedMethodListenerMethodModifierConstructorDescriptionInvokedMethodListenerInvoker
(InvokedMethodListenerMethod listenerMethod, ITestResult testResult, ITestContext testContext) Creates a new invoker instance which can be used to call the specifiedlistenerMethod
on any number ofIInvokedMethodListener
s.