Pompair
Pompair

Reputation: 7321

VS 2015 Test Explorer is empty

I'm on update 3 with VS2015 and suddenly Test Explorer (for MSTest) doesn't show anything, it's just empty.

enter image description here

I don't have any extensions installed that relate to unit testing, no NUnit stuff, no Resharper etc. Obviously, solution has been compiled. The same for all solutions with unit tests, they all used to show tests in test explorer but suddenly they all are empty.

What does not work:

Anyone have a fix?

pom

Upvotes: 3

Views: 4194

Answers (1)

pvlakshm
pvlakshm

Reputation: 1385

Please see issue and fix here: https://connect.microsoft.com/VisualStudio/Feedback/Details/2970831. Let us know if this fixed it in your case.

Upvotes: 1

Related Questions