我使用Visual Studio 2015上的默认模板(图像1)创建了一个带有单元测试的新ASP.NET Web API。
该项目附带一个Values控制器和一个ValuesControllerTest。结果证明测试没有执行。他们既不会失败,也不会犯任何错误。只有提示是输出窗口中的消息:
------ Discover test started ------ Could not load file or assembly 'file://\\Mac\Home\Documents\Visual Studio
2015\Projects\TravelGood\TravelGood.Tests\bin\Debug\TravelGood.Tests.dll'
or one of its dependencies. Operation is not supported. (Exception
from HRESULT: 0x80131515)
========== Discover test finished: 0 found (0:00:00.697) ==========
我通过右键单击valuesControllerTest.cs文件来运行测试 - >运行测试