public void TestInitialize()
 {
     Bootstrapper = new TestableAppBootstrapper();
     Container = Bootstrapper.GetContainer();
 }
Exemple #2
0
 public void TestInitialize()
 {
     Bootstrapper = new TestableAppBootstrapper();
     Container    = Bootstrapper.GetContainer();
 }