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

TestStart() private method

private TestStart ( ) : void
return void
        public void TestStart()
        {
            SimplePriorityMessageDispatchChannel channel = new SimplePriorityMessageDispatchChannel();
            channel.Start();
            Assert.IsTrue( channel.Running == true );
        }