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