public class RemoteTestListener1
extends java.lang.Object
implements org.testng.internal.IResultListener
| Modifier and Type | Field and Description |
|---|---|
private org.testng.ITestContext |
m_currentTestContext |
private MessageHub |
m_sender |
private org.testng.ISuite |
m_suite |
private org.testng.xml.XmlTest |
m_xmlTest |
| 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) |
private final MessageHub m_sender
private org.testng.ISuite m_suite
private org.testng.xml.XmlTest m_xmlTest
private org.testng.ITestContext m_currentTestContext
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)