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.ITestListener
public void onFinish(org.testng.ITestContext testCtx)
onFinish
in interface org.testng.ITestListener
public void onTestStart(org.testng.ITestResult testResult)
onTestStart
in interface org.testng.ITestListener
public void onTestFailedButWithinSuccessPercentage(org.testng.ITestResult testResult)
onTestFailedButWithinSuccessPercentage
in interface org.testng.ITestListener
public void onTestFailure(org.testng.ITestResult testResult)
onTestFailure
in interface org.testng.ITestListener
public void onTestSkipped(org.testng.ITestResult testResult)
onTestSkipped
in interface org.testng.ITestListener
public void onTestSuccess(org.testng.ITestResult testResult)
onTestSuccess
in interface org.testng.ITestListener
public void onConfigurationFailure(org.testng.ITestResult itr)
onConfigurationFailure
in interface org.testng.IConfigurationListener
IConfigurationListener.onConfigurationFailure(org.testng.ITestResult)
public void onConfigurationSkip(org.testng.ITestResult itr)
onConfigurationSkip
in interface org.testng.IConfigurationListener
IConfigurationListener.onConfigurationSkip(org.testng.ITestResult)
public void onConfigurationSuccess(org.testng.ITestResult itr)
onConfigurationSuccess
in interface org.testng.IConfigurationListener
IConfigurationListener.onConfigurationSuccess(org.testng.ITestResult)
Copyright © 2019. All rights reserved.