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.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 beforeConfiguration(org.testng.ITestResult tr)
beforeConfiguration
in interface org.testng.IConfigurationListener2
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 © 2016. All rights reserved.