Uses of Class
org.testng.remote.strprotocol.MessageHub
-
Packages that use MessageHub Package Description org.testng.remote org.testng.remote.strprotocol org.testng.remote.support -
-
Uses of MessageHub in org.testng.remote
Fields in org.testng.remote declared as MessageHub Modifier and Type Field Description private MessageHubAbstractRemoteTestNG.RemoteSuiteListener. m_messageSenderMethods in org.testng.remote with parameters of type MessageHub Modifier and Type Method Description protected abstract org.testng.ITestRunnerFactoryAbstractRemoteTestNG. createDelegatingTestRunnerFactory(org.testng.ITestRunnerFactory trf, MessageHub smsh)Constructors in org.testng.remote with parameters of type MessageHub Constructor Description RemoteSuiteListener(MessageHub smsh) -
Uses of MessageHub in org.testng.remote.strprotocol
Fields in org.testng.remote.strprotocol declared as MessageHub Modifier and Type Field Description private MessageHubAbstractRemoteTestRunnerClient.ServerConnection. m_messageHubprivate MessageHubRemoteTestListener1. m_senderConstructors in org.testng.remote.strprotocol with parameters of type MessageHub Constructor Description RemoteTestListener(org.testng.ISuite suite, org.testng.xml.XmlTest test, MessageHub msh)RemoteTestListener1(org.testng.ISuite suite, org.testng.xml.XmlTest test, MessageHub msh) -
Uses of MessageHub in org.testng.remote.support
Fields in org.testng.remote.support declared as MessageHub Modifier and Type Field Description private MessageHubRemoteTestNG6_12.DelegatingTestRunnerFactory. m_messageSenderMethods in org.testng.remote.support with parameters of type MessageHub Modifier and Type Method Description protected org.testng.ITestRunnerFactoryRemoteTestNG6_12. createDelegatingTestRunnerFactory(org.testng.ITestRunnerFactory trf, MessageHub smsh)Constructors in org.testng.remote.support with parameters of type MessageHub Constructor Description DelegatingTestRunnerFactory(org.testng.ITestRunnerFactory trf, MessageHub smsh)
-