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.IInvokedMethodListener
public void afterInvocation(org.testng.IInvokedMethod iInvokedMethod, org.testng.ITestResult iTestResult)
afterInvocation
in interface org.testng.IInvokedMethodListener
public void onFinish(org.testng.ITestContext iTestContext)
onFinish
in interface org.testng.ITestListener
public void onTestStart(org.testng.ITestResult iTestResult)
onTestStart
in interface org.testng.ITestListener
public void onTestSuccess(org.testng.ITestResult iTestResult)
onTestSuccess
in interface org.testng.ITestListener
public void onTestFailure(org.testng.ITestResult iTestResult)
onTestFailure
in interface org.testng.ITestListener
public void onTestSkipped(org.testng.ITestResult iTestResult)
onTestSkipped
in interface org.testng.ITestListener
public void onTestFailedButWithinSuccessPercentage(org.testng.ITestResult iTestResult)
onTestFailedButWithinSuccessPercentage
in interface org.testng.ITestListener
public void onStart(org.testng.ITestContext iTestContext)
onStart
in interface org.testng.ITestListener
Copyright © 2011–2020 Lastware, sro.. All rights reserved.