示例#1
0
文件: TDD.cs 项目: Snezha95/3laba
        public void TestMethod_SearchUsedSity_1()
        {
            Game game   = new Game();
            bool rezult = game.SearchUsedCity("москва");

            Assert.AreEqual(false, rezult);
        }