Beispiel #1
0
        public void GetMatchHistoryAsync_Test()
        {
            var matches = summoner.GetMatchHistoryAsync();

            Assert.IsNotNull(matches.Result);
            Assert.IsTrue(matches.Result.Count() > 0);
        }