Package org.testng.remote.strprotocol
Interface IStringMessage
-
- All Superinterfaces:
IMessage
,java.io.Serializable
- All Known Implementing Classes:
GenericMessage
,SuiteMessage
,TestMessage
,TestResultMessage
public interface IStringMessage extends IMessage
String based protocol main interface to be used with remote listeners.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getMessageAsString()
-