Пример #1
0
        public void Test_CreateOrExtendSession_Updated_Cache()
        {
            string key = "test";

            handler.CreateOrExtendSession(key);

            Assert.IsNotNull(HttpRuntime.Cache[key]);
        }