HttpContext 命名空间
我需要编写一个 NUnit 脚本来测试缓存数据。我在我的项目中添加了一个项目(类库)并添加对 NUnit.Framework 的引用。但我的代码中没有得到“HttpContext”。请告诉我应该包含哪个命名空间才能得到这个。 的帮助下进行
我正在帖子在 C# 中对 HttpContext.Current.Cache 或其他服务器端方法进行单元测试?
请帮忙,
谢谢 San
I need to write a NUnit script to test the cache data. I added a project(Class libray) in my project and add reference to NUnit.Framework. But i am not getting the "HttpContext" in my code. Please tell me which namespace i should include to get this. I am doing with the help of the post
Unit test HttpContext.Current.Cache or other server-side methods in C#?
Please help
Thanks San
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
HttpContext 是 System.Web 命名空间中的一个类
HttpContext is a class in NameSpace System.Web