在生成代理上运行NUnit测试时出错

问题描述:

我的环境是使用NUnit 3.2.1的TFS 2013和VS 2013。我收到错误: “异常NUnit.Core.UnsupportedFrameworkException,异常抛出执行测试”。在生成代理上运行NUnit测试时出错

我认为这是因为我有NUnitTestAdapter 2.0.0并需要3.2.1。 我在哪里可以找到这个?这不是在https://dist.nuget.org/index.html

由于要安装NUnit的3.2.1

好像。要安装NUnit的,在Package Manager Console运行以下命令:

Install-Package NUnit 

检查:https://www.nuget.org/packages/NUnit/3.2.1

+0

不幸的是我到过该网站好几次,只有2.9版本适用于2013年VS 3.2.1是使用与VS 2013? – RGuggisberg

+0

我使用Package Manger来安装NUnit3测试适配器,使用命令Install-Package Nunit3TestAdaptor – RGuggisberg

+0

我将NUnitTestAdapter 2.0.0更改为3.2.1,现在测试运行,但我仍然收到错误:“Exception NUnit .Core.UnsupportedFrameworkException,Exception抛出执行测试“。 – RGuggisberg