将 MSpec 与 MBUnit 一起使用?

发布于 2024-08-27 11:28:23 字数 78 浏览 3 评论 0原文

有谁知道是否可以将 MSpec 与 MBUnit 而不是 NUnit 一起使用? Gallio 在使用 MSpec 时似乎忽略了我所有的测试?

Does anyone know if it's possible to use MSpec with MBUnit instead of NUnit? Gallio seems to ignore all my tests when using MSpec?

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

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

发布评论

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

评论(1

握住你手 2024-09-03 11:28:23

MSpec 是一个 BDD 框架,不依赖于 NUnit 或 MbUnit。

Gallio(MbUnit 的测试运行程序)不知道 MSpec 测试,因为目前 MSpec 主存储库中的 Gallio 和 MSpec 之间没有集成。 Scott MacLellan 创建了一个 Gallio 插件 在他的存储库中,您可以使用它,直到我们将其合并到主存储库中。

MSpec is a BDD framework that does not rely on either NUnit or MbUnit.

Gallio (MbUnit's test runner) does not know about the MSpec tests because there is currently no integration between Gallio and MSpec in the MSpec master repository. Scott MacLellan has created a Gallio plug-in in his repository that you can use until we merge it into the master repository.

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