Uses of Interface
org.testng.remote.strprotocol.IRemoteSuiteListener

Packages that use IRemoteSuiteListener
org.testng.remote.strprotocol   
 

Uses of IRemoteSuiteListener in org.testng.remote.strprotocol
 

Fields in org.testng.remote.strprotocol declared as IRemoteSuiteListener
protected  IRemoteSuiteListener[] AbstractRemoteTestRunnerClient.m_suiteListeners
          An array of listeners that are informed about test events.
 

Methods in org.testng.remote.strprotocol that return IRemoteSuiteListener
 IRemoteSuiteListener[] AbstractRemoteTestRunnerClient.getSuiteListeners()
           
 

Methods in org.testng.remote.strprotocol with parameters of type IRemoteSuiteListener
 void AbstractRemoteTestRunnerClient.startListening(IRemoteSuiteListener[] suiteListeners, IRemoteTestListener[] testListeners, AbstractRemoteTestRunnerClient.ServerConnection serverConnection)
          Start listening to a test run.
 



Copyright © 2010. All Rights Reserved.