示例#1
0
        public async void RetrieveFeaturedGames()
        {
            FeaturedGamesLive featuredGames = await creepScore.RetrieveFeaturedGames(CreepScore.Region.NA);

            Assert.Equal(300, featuredGames.clientRefreshInterval);
            Assert.True(featuredGames.gameList.Count >= 5);
            Assert.Equal("NA1", featuredGames.gameList[0].platformId);
        }