我試圖運行的xUnit測試(從F#模塊,如果它使任何區別)使用TestDriven.NET,但無論我做什麼我得到這個錯誤:從TestDriven.NET報告中運行F#xUnit Fact「看起來您正在嘗試執行xUnit.net單元測試。」
It looks like you're trying to execute an xUnit.net unit test.
For xUnit 1.5 or above (recommended):
Please ensure that the directory containing your 'xunit.dll' reference also contains xUnit's
test runner files ('xunit.dll.tdnet', 'xunit.runner.tdnet.dll' etc.)
For earlier versions:
You need to install support for TestDriven.Net using xUnit's 'xunit.installer.exe' application.
You can find xUnit.net downloads and support here:
http://www.codeplex.com/xunit
我嘗試以下的建議,即我複製文件
xunit.dll.tdnet
xunit.extensions.dll
xunit.gui.clr4.exe
xunit.runner.tdnet.dll
xunit.runner.utility.dll
xunit.runner.utility.xml
xunit.xml
到帶有xunit.dll的文件夾,我跑xunit.installer.exe
。我怎樣才能使它工作?
相關:http://stackoverflow.com/questions/20341250/xunit-tests-under-f-it-looks-like-youre-trying-to-execute-an-xunit-淨單位/ 203 42834#20342834 –