Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't run MSTest unit tests via Resharper after upgrading to VS 2012 Update 2

Tags:

All tests are in pending state. I can not run or debug them. I see that others are experienced the same issue: http://youtrack.jetbrains.com/issue/RSRP-339546

like image 576
serg.f Avatar asked Apr 05 '13 08:04

serg.f


People also ask

How do I run unit tests with ReSharper?

Right click on the project or solution in the VS solution-explorer and choose 'Run Unit Tests' Or go to the Resharper menu, choose Unit-Testing and choose one of the options from there.

How do I open Unit Test Explorer ReSharper?

ReSharper adds the Unit Test Explorer window to Visual Studio (ReSharper | Unit Tests | Unit Tests or ReSharper | Windows | Unit Tests, or Ctrl+Alt+U ). Using this window, you can explore and run or debug unit tests of all supported frameworks in the entire solution.


2 Answers

Jetbrains are on the case already:

We will be releasing an update to ReSharper 7 to fix the issue with the test runner and Visual Studio Update Pack 2.

— JetBrains ReSharper (@resharper) April 5, 2013
like image 188
Piers Myers Avatar answered Oct 13 '22 01:10

Piers Myers


Jetbrains fix it: http://youtrack.jetbrains.com/issue/RSRP-339987

Seems to work in most case, still not with Windows Phone.

like image 32
Ouarzy Avatar answered Oct 13 '22 00:10

Ouarzy