Exemplo n.º 1
0
 public void the_file_is_deleted()
 {
     _table.WaitForDisposal(1000);
     Assert.IsFalse(File.Exists(Filename));
 }