Beispiel #1
0
 public void TearDown()
 {
     taxonomy.Dispose();
 }
 public void TearDown()
 {
     taxonomy.Dispose();
     System.IO.File.Delete(taxonomyAbsolutePath);
     System.IO.File.Delete(nonexistingPath);
 }