示例#1
0
        public void TestToString()
        {
            StartCommand command = MvcFactory.NewStartCommand();

            Assert.AreEqual("StartCommand", command.ToString());
        }