コード例 #1
0
        public BaseTest()
        {
            HttpContext.Current = new HttpContext(
                new HttpRequest(string.Empty, "http://tempuri.org", string.Empty),
                new HttpResponse(new StringWriter())
                );

            ProcessStorage <string, CacheItem> .Clear();
        }
コード例 #2
0
 public ProcessStorageTest()
 {
     ProcessStorage <string, TestItem> .Clear();
 }