Uses of Interface
org.testng.remote.strprotocol.IRemoteSuiteListener
-
Packages that use IRemoteSuiteListener Package Description org.testng.remote.strprotocol org.testng.xml -
-
Uses of IRemoteSuiteListener in org.testng.remote.strprotocol
Fields in org.testng.remote.strprotocol declared as IRemoteSuiteListener Modifier and Type Field Description protected IRemoteSuiteListener[]
AbstractRemoteTestRunnerClient. m_suiteListeners
An array of listeners that are informed about test events.Methods in org.testng.remote.strprotocol that return IRemoteSuiteListener Modifier and Type Method Description IRemoteSuiteListener[]
AbstractRemoteTestRunnerClient. getSuiteListeners()
Methods in org.testng.remote.strprotocol with parameters of type IRemoteSuiteListener Modifier and Type Method Description void
AbstractRemoteTestRunnerClient. startListening(IRemoteSuiteListener[] suiteListeners, IRemoteTestListener[] testListeners, AbstractRemoteTestRunnerClient.ServerConnection serverConnection)
Start listening to a test run. -
Uses of IRemoteSuiteListener in org.testng.xml
Fields in org.testng.xml declared as IRemoteSuiteListener Modifier and Type Field Description private IRemoteSuiteListener
ResultContentHandler. m_suiteListener
private IRemoteSuiteListener
ResultXMLParser. m_suiteListener
Constructors in org.testng.xml with parameters of type IRemoteSuiteListener Constructor Description ResultContentHandler(IRemoteSuiteListener suiteListener, IRemoteTestListener testListener, boolean resolveClasses)
ResultXMLParser(IRemoteSuiteListener suiteListener, IRemoteTestListener testListener)
-