Uses of Interface
org.testng.IInvokedMethodListener2
-
Packages that use IInvokedMethodListener2 Package Description org.testng.internal.invokers -
-
Uses of IInvokedMethodListener2 in org.testng.internal.invokers
Methods in org.testng.internal.invokers with parameters of type IInvokedMethodListener2 Modifier and Type Method Description void
InvokedMethodListenerInvoker.InvokeAfterInvocationWithContextStrategy. callMethod(IInvokedMethodListener2 listener, IInvokedMethod invokedMethod, ITestResult testResult, ITestContext testContext)
void
InvokedMethodListenerInvoker.InvokeBeforeInvocationWithContextStrategy. callMethod(IInvokedMethodListener2 listener, IInvokedMethod invokedMethod, ITestResult testResult, ITestContext testContext)
-