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 SuiteMessageMessageHelper. createSuiteMessage(java.lang.String message)Methods in org.testng.remote.strprotocol with parameters of type SuiteMessage Modifier and Type Method Description protected abstract voidAbstractRemoteTestRunnerClient. notifySuiteEvents(SuiteMessage suiteMessage)voidIRemoteSuiteListener. onFinish(SuiteMessage suiteMessage)voidIRemoteSuiteListener. onStart(SuiteMessage suiteMessage) -
Uses of SuiteMessage in org.testng.xml
Fields in org.testng.xml declared as SuiteMessage Modifier and Type Field Description private SuiteMessageResultContentHandler. m_currentSuite
-