Tests magically disappeared from Test Explorer pane in Visual Studio 2013

前端 未结 5 1329
后悔当初
后悔当初 2021-01-02 02:00

I have created a unit test project in VS2013, and I\'m using it to create a test suite for my SQL Server 2012 database.

I have created 4 test classes so far and ever

5条回答
  •  遥遥无期
    2021-01-02 02:14

    Resolved a similar issue by adding the NuGet package Microsoft.NET.Test.Sdk, in addition to MSTest.TestAdapter and MSTest.TestFramework for a .NET Core Unit Test project. There were no errors on build, but the Output Window with Tests selected from the dropdown menu showed additional logging.

提交回复
热议问题