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