我不知道从什么时候开始(可能在安装Update 4之后?),VS2012在任何解决方案中都无法检测到我的测试。
------ Prueba de detección iniciada ------
El sistema no puede encontrar el archivo especificado
========== Prueba de detección finalizada: 0 encontró (0:00:00,099067) ==========
英语就像......
------ Test detection started ------
System cannot find the specified file
========== Test detection finished: 0 found (0:00:00,099067) ==========
我在事件信息中找不到任何内容。不知道在哪里再看。
有什么想法吗?
答案 0 :(得分:0)
最后我自己找到了解决方案。使用SysInternals工具Process Monitor,我发现我错过了 vstest.discoveryengine.x86.exe 文件。刚刚从另一个安装中复制,现在又重新运行了。