Package org.testng.internal.invokers
Class InvokedMethodListenerInvoker.InvokeAfterInvocationWithContextStrategy
- java.lang.Object
-
- org.testng.internal.invokers.InvokedMethodListenerInvoker.InvokeAfterInvocationWithContextStrategy
-
- All Implemented Interfaces:
InvokedMethodListenerInvoker.InvocationStrategy<IInvokedMethodListener2>
- Enclosing class:
- InvokedMethodListenerInvoker
private static class InvokedMethodListenerInvoker.InvokeAfterInvocationWithContextStrategy extends java.lang.Object implements InvokedMethodListenerInvoker.InvocationStrategy<IInvokedMethodListener2>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
InvokeAfterInvocationWithContextStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
callMethod(IInvokedMethodListener2 listener, IInvokedMethod invokedMethod, ITestResult testResult, ITestContext testContext)
-
-
-
Method Detail
-
callMethod
public void callMethod(IInvokedMethodListener2 listener, IInvokedMethod invokedMethod, ITestResult testResult, ITestContext testContext)
- Specified by:
callMethod
in interfaceInvokedMethodListenerInvoker.InvocationStrategy<IInvokedMethodListener2>
-
-