Uses of Class
org.testng.remote.strprotocol.SuiteMessage
-
Packages that use SuiteMessage Package Description org.testng.remote.strprotocol org.testng.xml -
-
Uses of SuiteMessage in org.testng.remote.strprotocol
Methods in org.testng.remote.strprotocol that return SuiteMessage Modifier and Type Method Description static SuiteMessage
MessageHelper. createSuiteMessage(java.lang.String message)
Methods in org.testng.remote.strprotocol with parameters of type SuiteMessage Modifier and Type Method Description protected abstract void
AbstractRemoteTestRunnerClient. notifySuiteEvents(SuiteMessage suiteMessage)
void
IRemoteSuiteListener. onFinish(SuiteMessage suiteMessage)
void
IRemoteSuiteListener. onStart(SuiteMessage suiteMessage)
-
Uses of SuiteMessage in org.testng.xml
Fields in org.testng.xml declared as SuiteMessage Modifier and Type Field Description private SuiteMessage
ResultContentHandler. m_currentSuite
-