コード例 #1
0
 public void Extacts_All()
 {
     historicScraper.ExtractAll();
     Assert.True(historicScraper.UFs.Count == 0 || historicScraper.UFs.Count > 8894);
 }
コード例 #2
0
        public void Scrape()
        {
            var historicScraper = new HistoricScraper();

            historicScraper.ExtractAll();
        }