Reputation: 116
Edit:
Today the problem was solved with the following VS 2015 Update: https://msdn.microsoft.com/en-us/library/mt752379.aspx
I'm having a problem with Visual Studio 2015 Community. The test explorer window is empty, no tests are showing up, only the buttons for grouping and parallel execution are there.
I'm using NUnit, but also tried the build in MSTest Framework. The NUnit Test Adapter is installed and all tests are discovered and executed.
I've tried the following things to solve the problem, but nothing has worked so far:
Upvotes: 0
Views: 1152
Reputation: 116
The problem is solved with the following VS 2015 Update: https://msdn.microsoft.com/en-us/library/mt752379.aspx
Issue 9 Authored the resource DLL. Now customers can load the TestExplorer Window with localized strings.
Upvotes: 2
Reputation: 243
Are you installing the framework from the Nuget packages - project right click -> Manage Nuget Packages -> type in the search bar NUnit, install it than Nunit adapter. Just in case you are downloading it from the web not from VS
Friend of mine had similar problem but with MS Test - repair install did not fix it but uninstall than clean install did it.
Upvotes: 2