我正在尝试使用MSTest在命令行上运行.NET单元测试
我的命令是@H_403_3@
"C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\MSTest.exe" /testcontainer:"full path of dll" /resultsfile:TestResults.trx
运行时返回@H_403_3@
Starting execution…
No tests to execute.@H_403_3@
单元测试在VS 2012 IDE中运行得非常好.@H_403_3@
我需要做些什么才能让它在cmd线上运行?@H_403_3@