Ejemplo n.º 1
0
 public void TearDownTestSuite()
 {
     if (TestClusterManager != null)
     {
         Trace.TraceInformation("In final tear-down method, shutting down shared " + TestClusterManager.GetType().Name + " object");
         //TestClusterManager.ShutDownAllCcmTestClusters();
         TestClusterManager.RemoveAllTestClusters();
     }
 }