Visual Studio 2013 doesn't discover unit tests

前端 未结 30 2137
余生分开走
余生分开走 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:44

    Had the same issue; tests suddenly stopped being discovered.

    Nunit Test Adapter had become disabled somehow. Clicking enable in the extension manager fixed it for me.

提交回复
热议问题