public class TestRunListener extends RerunAwareListener implements org.testng.ISuiteListener, org.testng.ITestListener, org.testng.ITestNGListener, org.testng.IConfigurationListener
| Constructor and Description |
|---|
TestRunListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeConfiguration(org.testng.ITestResult tr,
org.testng.ITestNGMethod tm) |
void |
onConfigurationFailure(org.testng.ITestResult tr) |
void |
onConfigurationSkip(org.testng.ITestResult tr) |
void |
onConfigurationSuccess(org.testng.ITestResult tr) |
void |
onFinish(org.testng.ISuite suite) |
void |
onFinish(org.testng.ITestContext context) |
void |
onStart(org.testng.ISuite suite) |
void |
onStart(org.testng.ITestContext context) |
void |
onTestFailedButWithinSuccessPercentage(org.testng.ITestResult testResult) |
void |
onTestFailure(org.testng.ITestResult testResult) |
void |
onTestSkipped(org.testng.ITestResult testResult) |
void |
onTestStart(org.testng.ITestResult testResult) |
void |
onTestSuccess(org.testng.ITestResult testResult) |
intercept, onRerunpublic 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 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 onTestFailedButWithinSuccessPercentage(org.testng.ITestResult testResult)
onTestFailedButWithinSuccessPercentage in interface org.testng.ITestListenerpublic void onStart(org.testng.ITestContext context)
onStart in interface org.testng.ITestListenerpublic void onFinish(org.testng.ITestContext context)
onFinish in interface org.testng.ITestListenerpublic void beforeConfiguration(org.testng.ITestResult tr,
org.testng.ITestNGMethod tm)
beforeConfiguration in interface org.testng.IConfigurationListenerpublic void onConfigurationSuccess(org.testng.ITestResult tr)
onConfigurationSuccess in interface org.testng.IConfigurationListenerpublic void onConfigurationFailure(org.testng.ITestResult tr)
onConfigurationFailure in interface org.testng.IConfigurationListenerpublic void onConfigurationSkip(org.testng.ITestResult tr)
onConfigurationSkip in interface org.testng.IConfigurationListener