public class LightAirNGListener extends Object implements org.testng.IInvokedMethodListener, org.testng.ITestListener
| Constructor and Description |
|---|
LightAirNGListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterInvocation(org.testng.IInvokedMethod iInvokedMethod,
org.testng.ITestResult iTestResult)
Method executed after every test method handling db verification
|
void |
beforeInvocation(org.testng.IInvokedMethod iInvokedMethod,
org.testng.ITestResult iTestResult)
Method executed before every test method handling db setup and base url for JWebUnit
|
void |
onFinish(org.testng.ITestContext iTestContext) |
void |
onStart(org.testng.ITestContext iTestContext) |
void |
onTestFailedButWithinSuccessPercentage(org.testng.ITestResult iTestResult) |
void |
onTestFailure(org.testng.ITestResult iTestResult) |
void |
onTestSkipped(org.testng.ITestResult iTestResult) |
void |
onTestStart(org.testng.ITestResult iTestResult) |
void |
onTestSuccess(org.testng.ITestResult iTestResult) |
public void beforeInvocation(org.testng.IInvokedMethod iInvokedMethod,
org.testng.ITestResult iTestResult)
beforeInvocation in interface org.testng.IInvokedMethodListenerpublic void afterInvocation(org.testng.IInvokedMethod iInvokedMethod,
org.testng.ITestResult iTestResult)
afterInvocation in interface org.testng.IInvokedMethodListenerpublic void onFinish(org.testng.ITestContext iTestContext)
onFinish in interface org.testng.ITestListenerpublic void onTestStart(org.testng.ITestResult iTestResult)
onTestStart in interface org.testng.ITestListenerpublic void onTestSuccess(org.testng.ITestResult iTestResult)
onTestSuccess in interface org.testng.ITestListenerpublic void onTestFailure(org.testng.ITestResult iTestResult)
onTestFailure in interface org.testng.ITestListenerpublic void onTestSkipped(org.testng.ITestResult iTestResult)
onTestSkipped in interface org.testng.ITestListenerpublic void onTestFailedButWithinSuccessPercentage(org.testng.ITestResult iTestResult)
onTestFailedButWithinSuccessPercentage in interface org.testng.ITestListenerpublic void onStart(org.testng.ITestContext iTestContext)
onStart in interface org.testng.ITestListenerCopyright © 2011–2020 Lastware, sro.. All rights reserved.