Uses of Interface
org.testng.remote.strprotocol.IRemoteTestListener
-
Packages that use IRemoteTestListener Package Description org.testng.remote.strprotocol org.testng.xml -
-
Uses of IRemoteTestListener in org.testng.remote.strprotocol
Fields in org.testng.remote.strprotocol declared as IRemoteTestListener Modifier and Type Field Description protected IRemoteTestListener[]AbstractRemoteTestRunnerClient. m_testListenersMethods in org.testng.remote.strprotocol that return IRemoteTestListener Modifier and Type Method Description IRemoteTestListener[]AbstractRemoteTestRunnerClient. getTestListeners()Methods in org.testng.remote.strprotocol with parameters of type IRemoteTestListener Modifier and Type Method Description voidAbstractRemoteTestRunnerClient. startListening(IRemoteSuiteListener[] suiteListeners, IRemoteTestListener[] testListeners, AbstractRemoteTestRunnerClient.ServerConnection serverConnection)Start listening to a test run. -
Uses of IRemoteTestListener in org.testng.xml
Fields in org.testng.xml declared as IRemoteTestListener Modifier and Type Field Description private IRemoteTestListenerResultContentHandler. m_testListenerprivate IRemoteTestListenerResultXMLParser. m_testListenerConstructors in org.testng.xml with parameters of type IRemoteTestListener Constructor Description ResultContentHandler(IRemoteSuiteListener suiteListener, IRemoteTestListener testListener, boolean resolveClasses)ResultXMLParser(IRemoteSuiteListener suiteListener, IRemoteTestListener testListener)
-