C# Class Apache.NMS.ActiveMQ.Test.Commands.ActiveMQTextMessageTest

Show file Open project: ThorTech/apache-nms

Protected Methods

Method Description
SetContent ( Message message, String text ) : void

Private Methods

Method Description
TestClearBody ( ) : void
TestCommand ( ) : void
TestGetBytes ( ) : void
TestNullText ( ) : void
TestReadOnlyBody ( ) : void
TestSetText ( ) : void
TestShallowCopy ( ) : void
TestShortText ( ) : void
TtestWriteOnlyBody ( ) : void

Method Details

SetContent() protected method

protected SetContent ( Message message, String text ) : void
message Apache.NMS.ActiveMQ.Commands.Message
text String
return void