使用 Moq 框架伪造 httpcontext
我正在关注 Scott hanselman 的 博客
,但在这里我得到的 httpcontext.current 为空。不久前,我确实记得我写了一些代码来伪造 Httpcontext.current。但不幸的是我没有携带代码。
我怎么能假装这样做呢???
我正在使用 Nunit。
I am following the Scott hanselman's blog
but here i am getting httpcontext.current as null. Sometime back i do remember that i wrote some code to fake Httpcontext.current. but unfortunately i dont have the code with me.
How can i fake do this???
I am using Nunit.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这就是您使用 Moq 的方式:
This is how you would do it with Moq: