public void DirectoryAccessable_NotExists_False() { Assert.IsFalse(_files.IsDirectoryAccessable(nonexistingDirectory)); }