예제 #1
0
 public void crawl_should_return_null_if_cant_find_root()
 {
     environmentProvider.CrawlToRoot("C:\\").Should().BeNullOrEmpty();
 }