Uses of Class
org.testng.remote.strprotocol.MessageType
-
Packages that use MessageType Package Description org.testng.remote.strprotocol -
-
Uses of MessageType in org.testng.remote.strprotocol
Fields in org.testng.remote.strprotocol declared as MessageType Modifier and Type Field Description protected MessageType
GenericMessage. m_messageType
Methods in org.testng.remote.strprotocol that return MessageType Modifier and Type Method Description static MessageType
MessageType. fromName(java.lang.String name)
static MessageType
MessageType. fromValue(int value)
static MessageType
MessageType. fromValue(java.lang.String value)
MessageType
GenericMessage. getType()
MessageType
IMessage. getType()
MessageType
SuiteMessage. getType()
MessageType
TestMessage. getType()
MessageType
TestResultMessage. getType()
static MessageType
MessageType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MessageType[]
MessageType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.testng.remote.strprotocol with parameters of type MessageType Constructor Description GenericMessage(MessageType type)
-