Beispiel #1
0
 public void always_return_app_domain_for_files_in_appdomain()
 {
     theMatcher.CategoryFor("bin\\foo").ShouldEqual(FileChangeCategory.AppDomain);
     theMatcher.CategoryFor("bin\\innocuous.txt").ShouldEqual(FileChangeCategory.AppDomain);
 }