Example #1
0
 public void AfterFeature()
 {
     _bootstrapper.Stop().Wait();
     _bootstrapper.Cleanup().Wait();
     _bootstrapper = null;
 }
Example #2
0
 public void AfterFeature()
 {
     _bootstrapper.Stop().Wait();
     _bootstrapper.Cleanup().Wait();
     _bootstrapper = null;
 }
Example #3
0
 public void BeforeFeature()
 {
     _bootstrapper = new Service.Bootstrapper(_serviceContext.Kernel);
     _bootstrapper.Initialize().Wait();
     _bootstrapper.Start().Wait();
 }
Example #4
0
 public void BeforeFeature()
 {
     _bootstrapper = new Service.Bootstrapper(_serviceContext.Kernel);
     _bootstrapper.Initialize().Wait();
     _bootstrapper.Start().Wait();
 }