2

我设置了 MbUnit 并一直在尝试使用 MbUnit GUI 让它与 VS 2008 一起工作,但每次我运行测试时它都会关闭并且我得到这个程序需要关闭错误。

我在 Gallio 上遇到了类似的问题,每次运行测试时都会出现 runner 异常。

我是否需要像 testDriven.Net 这样的 VS 插件才能使其正常工作?

4

4 回答 4

1

同样在这里。TestDriven.Net 确实让事情变得简单而流畅。右键单击一个测试并运行它... MBUnit 与该插件完美集成。

于 2009-01-10T03:01:14.793 回答
0

You don't need TestDriven.Net but it sure helps.

When you say you use the MBUnit GUI "but every time I run a test it closes..." do you mean that MBUnit closes or VS2008? If is MBUnit, then perhaps there is something wrong with your installation. If it is VS2008, then something is fishy since MBunit shouldn't cause VS2008 to crash.

I've used (though I've stopped and now use NUnit) MBUnit with TestDriven.Net and VS2005 with great success.

于 2008-11-21T22:19:39.087 回答
0

我推荐 testdriven.net 作为免费工具,而 ReSharper 作为运行 MbUnit 测试的更好工具。

Gallio 测试运行不应该那样让你崩溃,某处有问题。

于 2009-01-16T06:39:59.840 回答
0

我正在使用 Visual Studio 2008、ReSharper 4.1 和最新版本的 Gallio 的组合。有了它,它工作得很好。

于 2009-01-16T07:03:10.637 回答