Inheritance: ICacheBuilder, ICrawlResult
 public void Setup()
 {
     _cache = new Fake_Cache();
     _crawlHandler = new CrawlHandler(_cache, (s) => {});
 }
Ejemplo n.º 2
0
 public void Setup()
 {
     _cache        = new Fake_Cache();
     _crawlHandler = new CrawlHandler(_cache, (s) => {});
 }