ReSharper Unit Test Runner: Support for Deployment Items
Posted
by
driis
on Stack Overflow
See other posts from Stack Overflow
or by driis
Published on 2009-04-14T12:17:18Z
Indexed on
2011/01/09
11:54 UTC
Read the original article
Hit count: 283
unit-testing
|resharper
I like the Unit test runner in ReSharper 4.5, and would like to use it with my MSTest tests, but one thing annoys me:
In some of our solutions, we have set up some Deployment Items in the .testrunconfig file. The ReSharper Unit Test runner does not seem to respect this, so I get errors when trying to run the unit tests from ReSharper.
Is there any workraound for this ?
Update:
citizenmatt's answer was correct, the option to use a .testrunconfig with ReSharper exists in the Options dialog of ReSharper. You have to select the unit test provider on the list, then the controls to do that appears. (That was not obvious or discoverable, at least not for me ;-)
© Stack Overflow or respective owner