Package | Description |
---|---|
org.testng.remote.strprotocol |
Modifier and Type | Field and Description |
---|---|
protected MessageType |
GenericMessage.m_messageType |
Modifier and Type | Method and Description |
---|---|
static MessageType |
MessageType.fromName(String name) |
static MessageType |
MessageType.fromValue(int value) |
static MessageType |
MessageType.fromValue(String value) |
MessageType |
TestResultMessage.getType() |
MessageType |
TestMessage.getType() |
MessageType |
SuiteMessage.getType() |
MessageType |
IMessage.getType() |
MessageType |
GenericMessage.getType() |
static MessageType |
MessageType.valueOf(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.
|
Constructor and Description |
---|
GenericMessage(MessageType type) |
Copyright © 2020. All rights reserved.