Beispiel #1
0
 public void Calling_DirectoryExists_With_Nulls_Returns_False()
 {
     Assert.IsFalse(_files.FileExists(""));
     Assert.IsFalse(_files.FileExists(null));
 }