【发布时间】:2016-05-27 15:38:18
【问题描述】:
这是我的配置:
- Visual Studio 企业版 2015
- NUnit 3.2.1
- NUnit3 测试适配器 3.0.10(作为扩展和更新以及通过项目中的 nuget 包管理器安装)
- 目标框架设置为 4.5
构建成功,但测试发现显示错误并发现 0 个测试。
错误日志:
Exception NUnit.Engine.NUnitEngineException, Exception thrown discovering tests in C:\projects\~
The NUnit 3.0 driver does not support the portable version of NUnit.
Use a platform specific runner.
NUnit Adapter 3.0.10.0: Test discovery complete.
Discover test finished: 0 found
【问题讨论】:
标签: nunit