Example #1
0
        public void TestBootstrap()
        {
            AssemblyResolver bootstrapper = BootstrapperFactory.NewAssemblyResolver(LoggerSetter);

            LoggerSetter.SetLoggers();
            Assert.IsFalse(bootstrapper.IsDone);
            bootstrapper.Bootstrap();
            Assert.IsTrue(bootstrapper.IsDone);
        }