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 MessageHub
AbstractRemoteTestNG.RemoteSuiteListener. m_messageSender
Methods in org.testng.remote with parameters of type MessageHub Modifier and Type Method Description protected abstract org.testng.ITestRunnerFactory
AbstractRemoteTestNG. 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 MessageHub
AbstractRemoteTestRunnerClient.ServerConnection. m_messageHub
private MessageHub
RemoteTestListener1. m_sender
Constructors 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 MessageHub
RemoteTestNG6_12.DelegatingTestRunnerFactory. m_messageSender
Methods in org.testng.remote.support with parameters of type MessageHub Modifier and Type Method Description protected org.testng.ITestRunnerFactory
RemoteTestNG6_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)
-