MvcContrib TestHelpers 在 MVC3 中损坏?
我刚刚使用 Razor 将我的项目升级到 MVC3。该项目包括 MvcContrib,我正在使用 MvcContrib.TestHelper 方法来测试重定向、视图渲染等。当我运行该项目时,所有视图和重定向都工作正常,但现在使用这些帮助器方法的所有单元测试都失败了。有人知道为什么会这样吗?我必须使用 MvcContrib 的更新吗?我认为 MvcContrib 中的内容无论如何都会被合并到 MVC3 中。 。 。
谢谢
I have just upgraded my project to MVC3 using Razor. The project includes MvcContrib and I am using the MvcContrib.TestHelper methods for testing redirects, view rendering, etc. When I run the project, all views and redirects are working fine, but now all of my unit tests that use these helper methods are failing. Anyone know why this might be? Is there an update to MvcContrib that I have to use? I thought the stuff in MvcContrib would be incorporated into MVC3 anyway . . .
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
答案是,是的,您似乎必须获得最新版本的 MvcContrib。得到了最新版本,现在一切又过去了。
And the anwser is, yes, you have to get the latest version of MvcContrib, it seems. Got the most recent version and now everything is passing again.