示例#1
0
        public async void RetrieveSummonersTeamsTest()
        {
            List <long> summonerIds = new List <long>();

            summonerIds.Add(26040955);
            summonerIds.Add(7460);
            Dictionary <string, List <Team> > teamsData = await creepScore.RetrieveTeams(CreepScore.Region.NA, summonerIds);

            Assert.Equal("HFGs", teamsData["26040955"][0].tag);
        }