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