예제 #1
0
        public void SetUp()
        {
            AppDomain.CurrentDomain.SetData("APPBASE", ConfigurationManager.AppSettings["DefaultPhysicalAppPath"]);

            LoggerSource.SetTestableInstance(new TestLogSource());
        }
예제 #2
0
        public void SetUp()
        {
            AppDomain.CurrentDomain.SetData("APPBASE", WebsitePhysicalAppPath);

            LoggerSource.SetTestableInstance(new TestLogSource());
        }