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 MessageTypeGenericMessage. m_messageTypeMethods in org.testng.remote.strprotocol that return MessageType Modifier and Type Method Description static MessageTypeMessageType. fromName(java.lang.String name)static MessageTypeMessageType. fromValue(int value)static MessageTypeMessageType. fromValue(java.lang.String value)MessageTypeGenericMessage. getType()MessageTypeIMessage. getType()MessageTypeSuiteMessage. getType()MessageTypeTestMessage. getType()MessageTypeTestResultMessage. getType()static MessageTypeMessageType. 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)
-