org.testng
Interface IExecutionListener

All Superinterfaces:
ITestNGListener

public interface IExecutionListener
extends ITestNGListener

A listener used to monitor when a TestNG run starts and ends.

Author:
Cedric Beust

Method Summary
 void onExecutionFinish()
          Invoked once all the suites have been run.
 void onExecutionStart()
          Invoked before the TestNG run starts.
 

Method Detail

onExecutionStart

void onExecutionStart()
Invoked before the TestNG run starts.


onExecutionFinish

void onExecutionFinish()
Invoked once all the suites have been run.



Copyright © 2012. All Rights Reserved.