为 ASP.NET MVC 设置 MbUnit
我正在使用带有 ASP.NET MVC 1.0 的 Visual Web Developer 2008 Express。
我想使用 MbUnit 作为测试框架,那么如何将其设置为 ASP.NET MVC Web 应用程序的单元测试项目?
I am using Visual Web Developer 2008 Express with ASP.NET MVC 1.0.
I would like to use MbUnit as a test framework so how would I set this up as a unit test project for an ASP.NET MVC web application?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
现在遇到的唯一问题是运行测试。为此,您可以尝试 TestDriven.net 或 ReSharper 之类的工具。
仅供参考 最新的 nUnit 包含 MbUnit 打算添加到单元测试中的功能。我相信 nUnit 还与 VS 和各种附加组件有更好的集成。
The only problem you'll run into now is running the tests. For that you might try something like TestDriven.net or ReSharper.
FYI The latest nUnit includes the features that MbUnit set out to add to unit testing. nUnit also has better integration with VS and various add-ons I believe.