public void TearDownTestSuite() { // this method is executed once after all the fixtures have completed execution TestClusterManager.TryRemove(); SimulacronManager.Instance.Stop(); TestCloudClusterManager.TryRemove(); }
public override void OneTimeTearDown() { base.OneTimeTearDown(); TestCloudClusterManager.TryRemove(); }