Example #1
0
        public void Can_Add_Section()
        {
            // delete it if it exists, before running installer
            Uninstaller.RemoveSection();

            Assert.Null(_sectionService.GetByAlias("workflow"));

            Assert.True(Installer.AddSection(ApplicationContext.Current));
        }