public class BaseTestNGListener
extends java.lang.Object
implements org.testng.IExecutionListener, org.testng.ISuiteListener, org.testng.internal.IResultListener2
ITestNGService implementation| Constructor and Description |
|---|
BaseTestNGListener(ITestNGService testNgService) |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeConfiguration(org.testng.ITestResult testResult) |
void |
onConfigurationFailure(org.testng.ITestResult testResult) |
void |
onConfigurationSkip(org.testng.ITestResult testResult) |
void |
onConfigurationSuccess(org.testng.ITestResult testResult) |
void |
onExecutionFinish() |
void |
onExecutionStart() |
void |
onFinish(org.testng.ISuite suite) |
void |
onFinish(org.testng.ITestContext testContext) |
void |
onStart(org.testng.ISuite suite) |
void |
onStart(org.testng.ITestContext testContext) |
void |
onTestFailedButWithinSuccessPercentage(org.testng.ITestResult result) |
void |
onTestFailure(org.testng.ITestResult testResult) |
void |
onTestSkipped(org.testng.ITestResult testResult) |
void |
onTestStart(org.testng.ITestResult testResult) |
void |
onTestSuccess(org.testng.ITestResult testResult) |
public BaseTestNGListener(ITestNGService testNgService)
public void onExecutionStart()
onExecutionStart in interface org.testng.IExecutionListenerpublic void onExecutionFinish()
onExecutionFinish in interface org.testng.IExecutionListenerpublic void onStart(org.testng.ISuite suite)
onStart in interface org.testng.ISuiteListenerpublic void onFinish(org.testng.ISuite suite)
onFinish in interface org.testng.ISuiteListenerpublic void onStart(org.testng.ITestContext testContext)
onStart in interface org.testng.ITestListenerpublic void onFinish(org.testng.ITestContext testContext)
onFinish in interface org.testng.ITestListenerpublic void onTestStart(org.testng.ITestResult testResult)
onTestStart in interface org.testng.ITestListenerpublic void onTestSuccess(org.testng.ITestResult testResult)
onTestSuccess in interface org.testng.ITestListenerpublic void onTestFailure(org.testng.ITestResult testResult)
onTestFailure in interface org.testng.ITestListenerpublic void onTestSkipped(org.testng.ITestResult testResult)
onTestSkipped in interface org.testng.ITestListenerpublic void beforeConfiguration(org.testng.ITestResult testResult)
beforeConfiguration in interface org.testng.IConfigurationListenerpublic void onConfigurationFailure(org.testng.ITestResult testResult)
onConfigurationFailure in interface org.testng.IConfigurationListenerpublic void onConfigurationSuccess(org.testng.ITestResult testResult)
onConfigurationSuccess in interface org.testng.IConfigurationListenerpublic void onConfigurationSkip(org.testng.ITestResult testResult)
onConfigurationSkip in interface org.testng.IConfigurationListenerpublic void onTestFailedButWithinSuccessPercentage(org.testng.ITestResult result)
onTestFailedButWithinSuccessPercentage in interface org.testng.ITestListener