Ejemplo n.º 1
0
        public void GetMatchHistory_Test()
        {
            var matches = summoner.GetMatchHistory();

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