예제 #1
0
        public void ListProductsAreNotNull()
        {
            FoxtrotPageDriver FPD = new FoxtrotPageDriver(new CostsAnalyse.Models.Context.ApplicationContext());

            FPD.ParseProductsFromPage("https://www.foxtrot.com.ua/ru/shop/mobilnye_telefony.html", 0);
        }
예제 #2
0
        public void DontThrowAnyException()
        {
            FoxtrotPageDriver FPD = new FoxtrotPageDriver(new CostsAnalyse.Models.Context.ApplicationContext());

            FPD.GetPages();
        }