Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resharper Unit Test Runner: MSTest Deployment Items Issue

ReSharper Unit Test Runner: Support for Deployment Items

I have a follow up question for the question above. I'm using resharper version 4.5 with native mstest support to run mstest unit tests. When I configure resharper's unit test options to use my testrunconfig (in order to utilize my set of deployment items), my test runs end without displaying any results or errors. Has anyone using resharper's mstest runner had the same issue or anything similar?

like image 692
Dan Ling Avatar asked Apr 17 '09 19:04

Dan Ling


1 Answers

Turns out that resharper's mstest runner does not work on testrunconfig files that have code coverage enabled. I've worked around the problem by disabling code coverage in my test run config file.

like image 199
Dan Ling Avatar answered Nov 16 '22 03:11

Dan Ling