Jesper
Jesper

Reputation: 2094

Visual Studio 2017 For Mac doesn't show all Nunit Tests

So Visual Studio doesn't seem to register all my Unit Tests. I have no idea how to solve this, and google hasn't been able to help.

Most of the tests is for some reason labeled as "Inconclusive Tests". This is how the built in Unit Tests displays:

enter image description here

P.S. The test runner works fine when I run the tests in a terminal.

Upvotes: 1

Views: 347

Answers (1)

Matt Ward
Matt Ward

Reputation: 47907

.NET Core test projects in Visual Studio for Mac 7.2 has a bug that would cause the test names to appear blank in the Unit Tests window. This problem was fixed in Visual Studio for Mac 7.3.

Upvotes: 1

Related Questions