org.testng.remote.strprotocol
Interface IRemoteSuiteListener


public interface IRemoteSuiteListener

Interface replicating the ISuiteListener used for remote listeners.

Author:
Alexandru Popescu
See Also:
ISuiteListener

Method Summary
 void onFinish(SuiteMessage suiteMessage)
           
 void onInitialization(GenericMessage genericMessage)
          General information about the number of suites to be run.
 void onStart(SuiteMessage suiteMessage)
           
 

Method Detail

onInitialization

void onInitialization(GenericMessage genericMessage)
General information about the number of suites to be run. This is called once before all suites.

Parameters:
genericMessage - a message containing the number of suites that will be run

onStart

void onStart(SuiteMessage suiteMessage)
Parameters:
sm - the suite message containing the description of the suite to be run.
See Also:
ISuiteListener.onStart(org.testng.ISuite)

onFinish

void onFinish(SuiteMessage suiteMessage)
Parameters:
suiteMessage - the suite message containing infos about the finished suite.
See Also:
ISuiteListener.onFinish(org.testng.ISuite)


Copyright © 2015. All Rights Reserved.