我正在使用visual studio 2012.我安装了测试驱动的个人测试版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在同一个文件夹中,并且它们是。问题是什么?? T T