“虚拟路径未知”运行 ASP.NET MVC 单元测试项目时!
有谁知道为什么在运行时无法获取虚拟路径 asp.net mvc 单元测试项目?是因为它在 TestResults 文件夹下创建了一个 Temp 文件夹吗??
Does anyone know why is it not possible to get the virtualpath when you are running the
asp.net mvc unit test project? Is it because it creates a Temp folders under TestResults Folder.??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果没有运行网络服务器,它从哪里来?
您必须模拟与模拟 HttpContext 中的路径相关的任何内容,例如:
Where would it come from with no web server running?
You have to mock anything related to paths in your mock HttpContext, e.g.: