Uses of Class
org.testng.remote.strprotocol.TestMessage
-
Packages that use TestMessage Package Description org.testng.remote.strprotocol org.testng.xml -
-
Uses of TestMessage in org.testng.remote.strprotocol
Methods in org.testng.remote.strprotocol that return TestMessage Modifier and Type Method Description static TestMessage
MessageHelper. createTestMessage(java.lang.String message)
Methods in org.testng.remote.strprotocol with parameters of type TestMessage Modifier and Type Method Description protected abstract void
AbstractRemoteTestRunnerClient. notifyTestEvents(TestMessage testMessage)
void
IRemoteTestListener. onFinish(TestMessage tm)
void
IRemoteTestListener. onStart(TestMessage tm)
-
Uses of TestMessage in org.testng.xml
Fields in org.testng.xml declared as TestMessage Modifier and Type Field Description private TestMessage
ResultContentHandler. m_currentTest
-