示例#1
0
        public async void RetrieveRuneDataTest()
        {
            RuneStatic lifeSteal = await creepScore.RetrieveRuneData(CreepScore.Region.NA, 5412, StaticDataConstants.RuneListData.None);

            Assert.Equal("Greater Quintessence of Life Steal", lifeSteal.name);
        }