Beispiel #1
0
 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();
 }
 protected override ITestCluster CreateNew(int nodeLength, TestClusterOptions options, bool startCluster)
 {
     return(TestCloudClusterManager.CreateNew(_sniCertValidation));
 }