예제 #1
0
파일: TDD.cs 프로젝트: Snezha95/3laba
        public void TestMethod_SearchUsedSity_1()
        {
            Game game   = new Game();
            bool rezult = game.SearchUsedCity("москва");

            Assert.AreEqual(false, rezult);
        }