Exemplo n.º 1
0
 public void ShouldInstantiateBootstrapper()
 {
     var bootstrapper = new CocktailMefBootstrapper<HarnessViewModel>(false);
     Assert.IsNotNull(bootstrapper);
 }
Exemplo n.º 2
0
        public void ShouldInstantiateBootstrapper()
        {
            var bootstrapper = new CocktailMefBootstrapper <HarnessViewModel>(false);

            Assert.IsNotNull(bootstrapper);
        }