如何在 Visual Web Dev Express 中生成单元测试项目和新项目?
取自 http://msdn.microsoft.com/en -us/library/dd410597(VS.100).aspx ...
如果您使用的是标准或 Visual Studio Express 版本 创建单元测试项目对话框是 不显示。相反,新的 MVC 应用项目已生成 没有测试项目。
这是否意味着它不能完成?如果可以的话我该怎么做呢?
Taken from http://msdn.microsoft.com/en-us/library/dd410597(VS.100).aspx ...
If you are using the Standard or
Express editions of Visual Studio, the
Create Unit Test Project dialog box is
not displayed. Instead, the new MVC
application project is generated
without a test project.
Does this mean it can't be done? If it can, how can I do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试此解决方案或手动创建一个Visual C# Express 中的测试项目。
Try this solution or just manually create a test project in visual c# express.