Example #1
0
        public void GetAllChampionsMasteryEntries_Test()
        {
            const long lucianId            = 236;
            var        allChampionsMastery = api.GetAllChampionsMasteryEntries(Platform.NA1, id);

            Assert.IsNotNull(allChampionsMastery);
            Assert.IsNotNull(allChampionsMastery.Find(championMastery =>
                                                      championMastery.ChampionId == lucianId));
        }