Esempio n. 1
0
        public void TestMethod_SearchUsedSity_1()
        {
            Game game   = new Game();
            bool rezult = game.SearchUsedCity("москва");

            Assert.AreEqual(false, rezult);
        }