示例#1
0
        public void TestNewLogBootstrapper()
        {
            LogBootstrapper logBootstrapper = BootstrapperFactory.NewLogBootstrapper();

            Assert.IsNotNull(logBootstrapper);
            Assert.IsInstanceOf(typeof(Bootstrapper), logBootstrapper);
            Assert.IsInstanceOf(typeof(LogBootstrapperImpl), logBootstrapper);
        }