Ejemplo n.º 1
0
        public void NhlGameStatsSummary_GetFullSeason()
        {
            int year = 2013;
            List <Nhl_Games_Rtss> results = NhlGamesRtss.GetFullSeason(year);

            Assert.AreEqual(806, results.Count);
        }
Ejemplo n.º 2
0
        public void Script_NhlGamesRtss()
        {
            DateTime fromDate = DateTime.Now.AddDays(-4);

            NhlGamesRtss.GetFullSeason(year: 2015, fromDate: fromDate, saveToDb: true);
        }