Пример #1
0
        public void GetGamesListJSONByPlatform_Test()
        {
            GenreBusiness.Fill();
            PlatformBusiness.Fill();
            var games = APIFunctions.GetGamesListJSONByPlatform("6", "Snes");

            Assert.IsNotNull(games);
        }