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