private static class InvokedMethodListenerInvoker.InvokeAfterInvocationWithoutContextStrategy extends java.lang.Object implements InvokedMethodListenerInvoker.InvocationStrategy<IInvokedMethodListener>
| Modifier | Constructor and Description |
|---|---|
private |
InvokeAfterInvocationWithoutContextStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
callMethod(IInvokedMethodListener listener,
IInvokedMethod invokedMethod,
ITestResult testResult,
ITestContext testContext) |
private InvokeAfterInvocationWithoutContextStrategy()
public void callMethod(IInvokedMethodListener listener, IInvokedMethod invokedMethod, ITestResult testResult, ITestContext testContext)
callMethod in interface InvokedMethodListenerInvoker.InvocationStrategy<IInvokedMethodListener>