Click or drag to resize

CustomMessageViewerParseMessage Method

Fill the custom message viewer with the data provided

Namespace:  Hummingbird.TestFramework.Extensibility
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public abstract void ParseMessage(
	Message message
)

Parameters

message
Type: Hummingbird.TestFramework.MessagingMessage
The Message containing the Request, Response, or the Tag
See Also