C# Class Apache.NMS.Test.TextMessageTest

Inheritance: NMSTestSupport
Datei anzeigen Open project: ThorTech/apache-nms

Protected Properties

Property Type Description
DESTINATION_NAME string

Protected Methods

Method Description
AssertTextMessageEqual ( IMessage expected, IMessage actual ) : void

Assert that two messages are ITextMessages and their text bodies are equal.

Private Methods

Method Description
SendReceiveTextMessage ( [ deliveryMode ) : void

Method Details

AssertTextMessageEqual() protected method

Assert that two messages are ITextMessages and their text bodies are equal.
protected AssertTextMessageEqual ( IMessage expected, IMessage actual ) : void
expected IMessage
actual IMessage
return void

Property Details

DESTINATION_NAME protected_oe static_oe property

protected static string DESTINATION_NAME
return string