public void DeleteByFile() { File file = new File("file",null); Assert.IsFalse(file.delete("file")); }