Esempio n. 1
0
        public void GetMatchDetail()
        {
            ApiService.ApiKey = APIKEY;//you must add your project, if you dont use ninject
            NonStaticApi api  = new NonStaticApi(new Api.Cache.ApiCache());
            MatchDetail  data = api.GetMatchDetail(gameId1, Region, true);

            Assert.IsNotNull(data);
        }