IInvokedMethodListener, ITestNGListenerpublic interface IInvokedMethodListener2 extends IInvokedMethodListener
ITestContext.| Modifier and Type | Method | Description |
|---|---|---|
void |
afterInvocation(IInvokedMethod method,
ITestResult testResult,
ITestContext context) |
To be implemented if the method needs a handle to contextual information.
|
void |
beforeInvocation(IInvokedMethod method,
ITestResult testResult,
ITestContext context) |
To be implemented if the method needs a handle to contextual information.
|
afterInvocation, beforeInvocationvoid beforeInvocation(IInvokedMethod method, ITestResult testResult, ITestContext context)
void afterInvocation(IInvokedMethod method, ITestResult testResult, ITestContext context)