将 xUnit.NET ASP.NET MVC 单元测试添加到现有项目/解决方案
我今天下载了 xUnit.NET 和 TestDriven.NET,并安装了 ASP.NET MVC 单元测试模板。我有一个现有的 ASP.NET MVC 解决方案,我想向其中添加 xUnit 单元测试项目,但似乎创建此类项目的唯一方法是使用“创建单元测试?”首次创建 ASP.NET MVC 项目时出现的对话框。
是否可以将 xUnit 测试添加到现有的 ASP.NET MVC 项目/解决方案中?
I downloaded xUnit.NET today, along with TestDriven.NET, and installed the ASP.NET MVC unit test templates. I have an existing ASP.NET MVC solution that I want to add an xUnit unit test project to, but it seems that the only way to create such a project is with the "Create Unit Tests?" dialog that appears when you first create an ASP.NET MVC project.
Is it possible to add xUnit tests to an existing ASP.NET MVC project/solution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
是的。
为什么不能手动添加新的测试项目?所有对话框所做的只是设置一些初始测试,一旦您真正开始编码,这些测试就毫无意义。
Yes.
Why cant you just add a new test project manually? All dialog does is set up some initial tests that are pretty meaningless once you actually start coding.
看起来 xunit 很快就会 删除 模板 - 当我尝试创建时它们肯定不起作用一个新的网络+测试项目。
Looks like xunit are removing the templates soon anyhows - they certainly didn't work when I tried to create a new web + test project.
您好,您尝试过以下吗?
Hi Did you try below?
http://stephenwalther.com/blog/archive/2008/06/30/an-introduction-to-the-xunit-net-testing-framework-for-asp-net-mvc-developers.aspx