ITestNGListenerIInvokedMethodListener2SuiteRunnerpublic interface IInvokedMethodListener extends ITestNGListener
| Modifier and Type | Method | Description |
|---|---|---|
void |
afterInvocation(IInvokedMethod method,
ITestResult testResult) |
|
void |
beforeInvocation(IInvokedMethod method,
ITestResult testResult) |
void beforeInvocation(IInvokedMethod method, ITestResult testResult)
void afterInvocation(IInvokedMethod method, ITestResult testResult)