org.wso2.carbon.integration.common.extensions.selenium.uimgt
Class UIManagementListener
java.lang.Object
org.wso2.carbon.integration.common.extensions.selenium.uimgt.UIManagementListener
- All Implemented Interfaces:
- org.testng.ITestListener, org.testng.ITestNGListener
public class UIManagementListener
- extends Object
- implements org.testng.ITestListener
UI Related activities during a test execution.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UIManagementListener
public UIManagementListener()
onTestStart
public void onTestStart(org.testng.ITestResult iTestResult)
- Specified by:
onTestStart in interface org.testng.ITestListener
onTestSuccess
public void onTestSuccess(org.testng.ITestResult iTestResult)
- Specified by:
onTestSuccess in interface org.testng.ITestListener
onTestFailure
public void onTestFailure(org.testng.ITestResult iTestResult)
- Execute in a test failure situation.
- Specified by:
onTestFailure in interface org.testng.ITestListener
- Parameters:
iTestResult - Information about failure test case
onTestSkipped
public void onTestSkipped(org.testng.ITestResult iTestResult)
- Specified by:
onTestSkipped in interface org.testng.ITestListener
onTestFailedButWithinSuccessPercentage
public void onTestFailedButWithinSuccessPercentage(org.testng.ITestResult iTestResult)
- Specified by:
onTestFailedButWithinSuccessPercentage in interface org.testng.ITestListener
onStart
public void onStart(org.testng.ITestContext iTestContext)
- Specified by:
onStart in interface org.testng.ITestListener
onFinish
public void onFinish(org.testng.ITestContext iTestContext)
- Specified by:
onFinish in interface org.testng.ITestListener
Copyright © 2015 WSO2. All rights reserved.