Package org.testng.internal.invokers
Interface InvokedMethodListenerInvoker.InvocationStrategy<LISTENER_TYPE extends IInvokedMethodListener>
-
- All Known Implementing Classes:
InvokedMethodListenerInvoker.InvokeAfterInvocationWithContextStrategy
,InvokedMethodListenerInvoker.InvokeAfterInvocationWithoutContextStrategy
,InvokedMethodListenerInvoker.InvokeBeforeInvocationWithContextStrategy
,InvokedMethodListenerInvoker.InvokeBeforeInvocationWithoutContextStrategy
- Enclosing class:
- InvokedMethodListenerInvoker
private static interface InvokedMethodListenerInvoker.InvocationStrategy<LISTENER_TYPE extends IInvokedMethodListener>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
callMethod(LISTENER_TYPE listener, IInvokedMethod invokedMethod, ITestResult testResult, ITestContext testContext)
-
-
-
Method Detail
-
callMethod
void callMethod(LISTENER_TYPE listener, IInvokedMethod invokedMethod, ITestResult testResult, ITestContext testContext)
-
-