当我在VS中运行我的测试时,没有对.cs文件所做的任何更改都会被反映出来。
为什么VS运行与我编辑的.cs不同的测试?
同样在调试测试时,会显示“No Source Available”:
Locating source for 'C:\Users\Jan\Documents\Visual Studio 2010\Projects\EventLogger\VeodinRecorderTest\RecorderEventTest.cs'. Checksum: MD5 {d0 6b 22 fe d9 3c da ac 8d 85 3c a1 e3 3c 48 2e}
Determining whether the checksum matches for the following locations:
1: C:\Users\Jan\Documents\Visual Studio 2010\Projects\EventLogger\VeodinRecorderTest\RecorderEventTest.cs Checksum: MD5 {35 70 54 97 ff f9 2a 1 98 7d 45 db 8e 9d 71 7f} Checksum doesn't match.
The file 'C:\Users\Jan\Documents\Visual Studio 2010\Projects\EventLogger\VeodinRecorderTest\RecorderEventTest.cs' exists.
Looking in script documents for 'C:\Users\Jan\Documents\Visual Studio 2010\Projects\EventLogger\VeodinRecorderTest\RecorderEventTest.cs'...
答案 0 :(得分:11)
您是否在Configuration Manager中确认已选择构建测试项目?
在工具栏中显示“Debug”或“Release”,使用该下拉菜单并选择“Configuration Manager”。现在,确保在Build列中检查正确的项目。