C# Class Apache.NMS.Test.BytesMessageTest

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

Protected Properties

Property Type Description
DESTINATION_NAME string
msgContent byte[]

Protected Methods

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

Assert that two messages are IBytesMessages and their contents are equal.

AssertMessageIsReadOnly ( IMessage message ) : void

Private Methods

Method Description
SendReceiveBytesMessage ( [ deliveryMode ) : void
SendReceiveBytesMessageContent ( [ deliveryMode ) : void

Method Details

AssertBytesMessageEqual() protected method

Assert that two messages are IBytesMessages and their contents are equal.
protected AssertBytesMessageEqual ( IMessage expected, IMessage actual ) : void
expected IMessage
actual IMessage
return void

AssertMessageIsReadOnly() protected method

protected AssertMessageIsReadOnly ( IMessage message ) : void
message IMessage
return void

Property Details

DESTINATION_NAME protected_oe static_oe property

protected static string DESTINATION_NAME
return string

msgContent protected_oe property

protected byte[] msgContent
return byte[]