示例#1
0
        public async void RetrieveTeamsTest()
        {
            List <string> teamIds = new List <string>();

            teamIds.Add("TEAM-15f3bb30-a987-11e2-be8d-782bcb4d1861");
            Dictionary <string, Team> teamData = await creepScore.RetrieveTeam(CreepScore.Region.NA, teamIds);

            Assert.Equal("HFGs", teamData["TEAM-15f3bb30-a987-11e2-be8d-782bcb4d1861"].tag);
        }