如何让 Gallio.echo 运行 MbUnit 测试?
如果我将 MbUnit 加载到 MbUnit.GUI.exe 中,我就会运行 MbUnit 测试,但是当我尝试从 Gallio.echo 命令行工具执行它们时,我得到 0 个可用测试。然后我将程序集加载到 Gallio GUI 中,但测试没有显示。我在 Gallio 设置中遗漏了一些东西,并且缺乏温和的文档。有人能指出我正确的方向吗?
谢谢 - 布鲁斯
I have MbUnit tests that run if I load them into MbUnit.GUI.exe, however when I try to execute them from the Gallio.echo command-line tool I get 0 test available. I then loaded the assemblies into the Gallio GUI and the tests do not show. I am missing something with the Gallio set-up and the documentation is lacking to put it mildly. Can anyone point me in the right direction?
Thank you
- Bruce
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保您的 MbUnit v2 测试是使用与 Gallio 一起分发的相同版本的 MbUnit v2 进行编译的。它还应该与从站点下载的任何足够新的 MbUnit v2.4.2 版本一起使用。
Make sure your MbUnit v2 tests are compiled with the same version of MbUnit v2 as is distributed with Gallio. It should also work with any sufficiently recent MbUnit v2.4.2 build downloaded from the site.