Apache.NMS.ActiveMQ.Test.SimplePriorityMessageDispatchChannelTest.TestCtor C# (CSharp) Method

TestCtor() private method

private TestCtor ( ) : void
return void
        public void TestCtor()
        {
            SimplePriorityMessageDispatchChannel channel = new SimplePriorityMessageDispatchChannel();
            Assert.IsTrue( channel.Running == false );
            Assert.IsTrue( channel.Empty == true );
            Assert.IsTrue( channel.Count == 0 );
            Assert.IsTrue( channel.Closed == false );
        }