Uses of Package
org.testng.remote.strprotocol
-
Packages that use org.testng.remote.strprotocol Package Description org.testng.remote org.testng.remote.strprotocol org.testng.remote.support org.testng.xml -
Classes in org.testng.remote.strprotocol used by org.testng.remote Class Description IMessageSender MessageHub Central class to connect to the host and send message. -
Classes in org.testng.remote.strprotocol used by org.testng.remote.strprotocol Class Description AbstractRemoteTestRunnerClient.ServerConnection Reads the message stream from the RemoteTestRunnerBaseMessageSender BaseMessageSender.ReaderThread Reader thread that processes messages from the client.GenericMessage A generic message to be used with remote listeners.IMessage Marker interface for messages exchanged between RemoteTestNG and a client.IMessageSender IRemoteSuiteListener Interface replicating theISuiteListener
used for remote listeners.IRemoteTestListener Interface replicatingITestListener
for remote listeners.IStringMessage String based protocol main interface to be used with remote listeners.MessageHub Central class to connect to the host and send message.MessageType RemoteTestListener1 A special listener that remote the event with string protocol.SuiteMessage AIStringMessage
implementation for suite running events.TestMessage AnIStringMessage
implementation for test events.TestResultMessage AnIStringMessage
implementation for test results events. -
Classes in org.testng.remote.strprotocol used by org.testng.remote.support Class Description MessageHub Central class to connect to the host and send message. -
Classes in org.testng.remote.strprotocol used by org.testng.xml Class Description IRemoteSuiteListener Interface replicating theISuiteListener
used for remote listeners.IRemoteTestListener Interface replicatingITestListener
for remote listeners.SuiteMessage AIStringMessage
implementation for suite running events.TestMessage AnIStringMessage
implementation for test events.TestResultMessage AnIStringMessage
implementation for test results events.