Class SmartUiTestNGExecutionListener
java.lang.Object
org.uitnet.testing.smartfwk.ui.core.defaults.testng.SmartUiTestNGExecutionListener
- All Implemented Interfaces:
org.testng.IExecutionListener,org.testng.ITestNGListener
public class SmartUiTestNGExecutionListener extends Object implements org.testng.IExecutionListener
- Author:
- Madhav Krishna
-
Constructor Summary
Constructors Constructor Description SmartUiTestNGExecutionListener() -
Method Summary
Modifier and Type Method Description voidonExecutionFinish()voidonExecutionStart()
-
Constructor Details
-
SmartUiTestNGExecutionListener
public SmartUiTestNGExecutionListener()
-
-
Method Details
-
onExecutionStart
public void onExecutionStart()- Specified by:
onExecutionStartin interfaceorg.testng.IExecutionListener
-
onExecutionFinish
public void onExecutionFinish()- Specified by:
onExecutionFinishin interfaceorg.testng.IExecutionListener
-