예제 #1
0
 public void MyTestInitialize()
 {
     try
     {
         CaTestHarness.Cleanup();
     }
     catch (DirectoryNotFoundException) { }
     try
     {
         Directory.Delete(CaTestHarness.testHarnessLocation + @"\subCA", true);
     }
     catch (DirectoryNotFoundException) { }
 }
예제 #2
0
 public static void MyClassCleanup()
 {
     CaTestHarness.Cleanup();
 }