我正在使用visual studio 2012。我安装了测试驱动的个人beta 2。然后我安装了gallio bundle 3.2。
但是,当我运行测试时,它失败了。输出是这样的:
It looks like you're trying to execute a Gallio/MbUnit unit test.
For Gallio v3.0.6 build 787 / Gallio v3.1 build 313 or above (recommended):
Please ensure that the directory containing your 'MbUnit.dll' reference also contains Gallio's
test runner files ('MbUnit.dll.tdnet', 'TDNet\Gallio.TDNetRunner.dll', 'Gallio.dll' etc.)
For earlier versions:
You need to install Gallio (after TestDriven.Net) using its MSI installer.
You can find Gallio downloads and support here:
http://www.gallio.org/
我不确定是什么问题。对于使用 Visual Studio 2012 的用户,您使用的是哪个版本的 testdriven 和 Gallio?
更新:我检查了上述 dll 是否与 MbUnit.dll 在同一个文件夹中,并且它们是。问题是什么??TT