Esempio n. 1
0
 public void TestShutdown()
 {
     if (TestServiceContainer != null)
     {
         TestServiceContainer.Dispose();
         TestServiceContainer = null;
     }
 }
Esempio n. 2
0
 public void InitializeEmbeddedServer()
 {
     if (TestServiceContainer == null)
     {
         TestServiceContainer = new TestServiceContainer();
         //AddSomeData(TestServiceContainer.StorageDriver);
         //TestServiceContainer.StorageDriver.WriteDescriptor(TestServiceContainer.StorageDriver.GetDescriptor());
         //TestServiceContainer.StorageDriver.FlushDataToStore();
     }
 }