public static class TestNG.ExitCodeListener extends Object implements org.testng.internal.IResultListener2
| Constructor and Description |
|---|
ExitCodeListener() |
ExitCodeListener(TestNG runner) |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeConfiguration(org.testng.ITestResult tr) |
void |
onConfigurationFailure(org.testng.ITestResult itr) |
void |
onConfigurationSkip(org.testng.ITestResult itr) |
void |
onConfigurationSuccess(org.testng.ITestResult itr) |
void |
onFinish(org.testng.ITestContext context) |
void |
onStart(org.testng.ITestContext context) |
void |
onTestFailedButWithinSuccessPercentage(org.testng.ITestResult result) |
void |
onTestFailure(org.testng.ITestResult result) |
void |
onTestSkipped(org.testng.ITestResult result) |
void |
onTestStart(org.testng.ITestResult result) |
void |
onTestSuccess(org.testng.ITestResult result) |
public ExitCodeListener()
public ExitCodeListener(TestNG runner)
public void beforeConfiguration(org.testng.ITestResult tr)
beforeConfiguration in interface org.testng.IConfigurationListener2public void onTestFailure(org.testng.ITestResult result)
onTestFailure in interface org.testng.ITestListenerpublic void onTestSkipped(org.testng.ITestResult result)
onTestSkipped in interface org.testng.ITestListenerpublic void onTestFailedButWithinSuccessPercentage(org.testng.ITestResult result)
onTestFailedButWithinSuccessPercentage in interface org.testng.ITestListenerpublic void onTestSuccess(org.testng.ITestResult result)
onTestSuccess 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 onTestStart(org.testng.ITestResult result)
onTestStart in interface org.testng.ITestListenerpublic void onConfigurationFailure(org.testng.ITestResult itr)
onConfigurationFailure in interface org.testng.IConfigurationListenerIConfigurationListener.onConfigurationFailure(org.testng.ITestResult)public void onConfigurationSkip(org.testng.ITestResult itr)
onConfigurationSkip in interface org.testng.IConfigurationListenerIConfigurationListener.onConfigurationSkip(org.testng.ITestResult)public void onConfigurationSuccess(org.testng.ITestResult itr)
onConfigurationSuccess in interface org.testng.IConfigurationListenerIConfigurationListener.onConfigurationSuccess(org.testng.ITestResult)Copyright © 2011–2017. All rights reserved.