예제 #1
0
 public static void InitializeUmbraco()
 {
     //You can only boot the manager once per thread
     //if you run tests twice without this check you get an exception
     var _testApp = new TestApplicationBase();
     _testApp.Start(_testApp, new EventArgs());
 }
예제 #2
0
        public static void InitializeUmbraco()
        {
            //You can only boot the manager once per thread
            //if you run tests twice without this check you get an exception
            var _testApp = new TestApplicationBase();

            _testApp.Start(_testApp, new EventArgs());
        }