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