Uses of Class
org.testng.remote.strprotocol.GenericMessage
-
Packages that use GenericMessage Package Description org.testng.remote.strprotocol -
-
Uses of GenericMessage in org.testng.remote.strprotocol
Methods in org.testng.remote.strprotocol that return GenericMessage Modifier and Type Method Description static GenericMessage
MessageHelper. unmarshallGenericMessage(java.lang.String message)
Methods in org.testng.remote.strprotocol with parameters of type GenericMessage Modifier and Type Method Description protected abstract void
AbstractRemoteTestRunnerClient. notifyStart(GenericMessage genericMessage)
void
IRemoteSuiteListener. onInitialization(GenericMessage genericMessage)
General information about the number of suites to be run.
-