예제 #1
0
 /// <summary>Delete the test dir in the per-test teardown</summary>
 /// <exception cref="System.IO.IOException"/>
 protected internal virtual void DeleteTestDirInTeardown()
 {
     ContractTestUtils.Cleanup("TEARDOWN", GetFileSystem(), testPath);
 }