mspec 测试可以在本机 Visual Studio 2010 测试运行程序中运行吗?

发布于 2024-10-10 09:50:51 字数 129 浏览 0 评论 0原文

我有 mspec 与 R# 一起运行,但我的客户没有 R# 并且不打算获取它。 :( 我希望我的测试套件(完全用 mspec 编写)对我的客户有价值,所以如果 VS2010 测试运行程序运行用 mspec 编写的规范,那将会是巨大的。这可能吗?

I have mspec running with R#, but my client doesn't have R# and doesn't plan on getting it. :( I want my test suite (written completely with mspec) to be valuable to my client, so it would be HUGE if the VS2010 test runner ran specifications written with mspec. Is it possible?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

好菇凉咱不稀罕他 2024-10-17 09:50:51

无法在 VS 运行程序中运行 MSpec。您可以将 MSpec 设置为外部工具,在单独的控制台窗口(免费)中运行当前程序集,让您的客户购买 TestDriven.Net 或说服他投资 ReSharper(我确信我们都同意该工具值得)价格 :)。

Running MSpec in the VS runner is not possible. You can set up MSpec as an external tool that runs the current assembly in a separate console window (free), have your client purchase TestDriven.Net or convince him to invest in ReSharper (I'm sure we both agree the tool is worth its price :).

吲‖鸣 2024-10-17 09:50:51

MSpec 也受到其他生产力工具的支持。 TestDriven.Net 已经被提及,但如果您的客户已经使用 Telerik JustCode 或 DevExpress CodeRush,那么在 Visual Studio 中测试规范应该没有问题。

MSpec is supported by other productivity tools as well. TestDriven.Net has already been mentioned, but if your client already uses Telerik JustCode or DevExpress CodeRush then it should be no problem to test the specifications from within Visual Studio.

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