public class RemoteTestListener extends Object implements org.testng.internal.IResultListener2
| Constructor and Description |
|---|
RemoteTestListener(org.testng.ISuite suite,
org.testng.xml.XmlTest test,
MessageHub msh) |
| 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 testCtx) |
void |
onStart(org.testng.ITestContext testCtx) |
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) |
public RemoteTestListener(org.testng.ISuite suite,
org.testng.xml.XmlTest test,
MessageHub msh)
public void onStart(org.testng.ITestContext testCtx)
onStart in interface org.testng.ITestListenerpublic void onFinish(org.testng.ITestContext testCtx)
onFinish in interface org.testng.ITestListenerpublic void onTestStart(org.testng.ITestResult testResult)
onTestStart in interface org.testng.ITestListenerpublic void beforeConfiguration(org.testng.ITestResult tr)
beforeConfiguration in interface org.testng.IConfigurationListener2public void onTestFailedButWithinSuccessPercentage(org.testng.ITestResult testResult)
onTestFailedButWithinSuccessPercentage 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 onTestSuccess(org.testng.ITestResult testResult)
onTestSuccess 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 © 2016. All rights reserved.