예제 #1
0
 public void Dispose()
 {
     // Try to delete the sub folder first, avoid removing
     // the parent folder containing extra test info
     // if the sub folder cannot be removed.
     if (TestFileSystemUtility.DeleteRandomTestFolder(Path))
     {
         TestFileSystemUtility.DeleteRandomTestFolder(_parentPath);
     }
 }
예제 #2
0
 public void Dispose()
 {
     TestFileSystemUtility.DeleteRandomTestFolder(Path);
 }