为 ASP.NET MVC 设置 MbUnit

发布于 2024-08-18 23:43:46 字数 133 浏览 5 评论 0原文

我正在使用带有 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

恰似旧人归 2024-08-25 23:43:46
  1. 文件->新->项目->窗口 ->类库
  2. 添加对 MbUnit.dll 的引用(或者无论其库的名称是什么)
  3. 添加对 ASP.NET MVC 项目的引用
  4. 添加新的类文件和测试代码

现在遇到的唯一问题是运行测试。为此,您可以尝试 TestDriven.net 或 ReSharper 之类的工具。

仅供参考 最新的 nUnit 包含 MbUnit 打算添加到单元测试中的功能。我相信 nUnit 还与 VS 和各种附加组件有更好的集成。

  1. File -> New -> Project -> Windows -> Class Library
  2. Add a reference to MbUnit.dll (or whatever the name of their library is)
  3. Add a reference to your ASP.NET MVC project
  4. Add a new class file and your test code

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文