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