Example #1
0
 public void Delete()
 {
     if (Directory.Exists(this.RootPath))
     {
         SystemIORunner.RecursiveDelete(this.RootPath);
     }
 }
Example #2
0
 public void DeleteControlRepo()
 {
     SystemIORunner.RecursiveDelete(this.fastFetchControlRoot);
 }
Example #3
0
 public void TearDownTests()
 {
     SystemIORunner.RecursiveDelete(this.fastFetchRepoRoot);
 }