示例#1
0
 public void DirectoryAccessable_NotExists_False()
 {
     Assert.IsFalse(_files.IsDirectoryAccessable(nonexistingDirectory));
 }