| 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 |
TestMessage.getType() |
MessageType |
IMessage.getType() |
MessageType |
TestResultMessage.getType() |
MessageType |
GenericMessage.getType() |
MessageType |
SuiteMessage.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 © 2024. All rights reserved.