如何安装MSpec BDD框架?
有谁知道是否有支持 R# 和/或 TestDriven.NET 的 MSpec 安装程序?
Does anyone know if there is an MSpec installer with R# and/or TestDriven.NET support?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您拥有最新版本的 TestDriven.NET (>=2.24),那就更好了:只需将 MSpec 的 TestDriven.NET 运行程序程序集 (Machine.Specifications.TDNetRunner.dll) 和 Machine.Specifications.dll.tdnet 文件放入项目文件夹中即可包含 Machine.Specifications.dll 程序集和 MSpec 将自动工作。无需安装。
Even better if you have the latest version of TestDriven.NET (>=2.24): Just drop MSpec's TestDriven.NET runner assembly (Machine.Specifications.TDNetRunner.dll) and the Machine.Specifications.dll.tdnet file in the project folder containing the Machine.Specifications.dll assembly and MSpec will work automagically. No installation needed.
MSpec BDD Framework 没有官方安装程序。
我已经自己发布了它,并且可以在我的博客上找到它。它能够将 MSpec 0.3 与 Resharper 4.1、4.5、5.0 和 TestDriven.NET 集成,因此它正是您所需要的。
MSpec BDD 框架安装程序链接
There is no official installer for MSpec BDD Framework.
I have released it for my own and it is available on my blog. It is able to integrate MSpec 0.3 with Resharper 4.1, 4.5, 5.0 and TestDriven.NET so it is what you need.
Link to MSpec BDD Framework installer