Apache.NMS.ActiveMQ.Test.Commands.ActiveMQStreamMessageTest.TestCommand C# (CSharp) Method

TestCommand() private method

private TestCommand ( ) : void
return void
        public void TestCommand()
        {
            ActiveMQStreamMessage message = new ActiveMQStreamMessage();

            Assert.IsNull( message.Content );
            Assert.IsTrue( !message.ReadOnlyBody );
            Assert.IsTrue( !message.ReadOnlyProperties );
        }