Visual Studio 2013 doesn't discover unit tests

前端 未结 30 2223
余生分开走
余生分开走 2020-11-28 21:46

I have a simple solution in visual studio 2013 that is composed by one web project, one library project and one unit test project. When I open the solution and try to run th

30条回答
  •  野性不改
    2020-11-28 22:24

    I had the same issue but none of the other solutions worked. Turns out that I was using the NUnit 3 framework with the 2 adapter.

    If you're using NUnit 3, go to Extensions and Updates and install the NUnit3 Test Adapter.

提交回复
热议问题