How to fix: NUnit unit tests not showing up in testing pad in Visual Studio Community (Mac)

前端 未结 3 932
不知归路
不知归路 2021-01-21 22:47

In spite of adding NUnit from NuGet to an existing .Net Core project, no unit tests are being shown in the Test Pad.

Note: I posted these images as links because I have

3条回答
  •  执念已碎
    2021-01-21 23:15

    The NuGet package only allows you to use the NUnit framework to write tests. In other words, it's like adding references to the NUnit DLLs.

    You need to install the adapter to see the tests.

提交回复
热议问题