将 MSpec 与 MBUnit 一起使用?
有谁知道是否可以将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.