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_testListeners
Methods 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 void
AbstractRemoteTestRunnerClient. 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 IRemoteTestListener
ResultContentHandler. m_testListener
private IRemoteTestListener
ResultXMLParser. m_testListener
Constructors in org.testng.xml with parameters of type IRemoteTestListener Constructor Description ResultContentHandler(IRemoteSuiteListener suiteListener, IRemoteTestListener testListener, boolean resolveClasses)
ResultXMLParser(IRemoteSuiteListener suiteListener, IRemoteTestListener testListener)
-