public class RemoteTestListener1 extends Object implements org.testng.internal.IResultListener
| Constructor and Description |
|---|
RemoteTestListener1(org.testng.ISuite suite,
org.testng.xml.XmlTest test,
MessageHub msh) |
| Modifier and Type | Method and Description |
|---|---|
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 RemoteTestListener1(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 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 © 2024. All rights reserved.