up vote 5 down vote favorite
share [g+] share [fb]

I'm having a little annoying problem with resharper trying to run my unit tests, using mstest. I can select an individual unit test and run/debug it fine but when I select the parent node to run a bunch of tests, the tests don't run; it just displays pending for a few seconds and then the test goes grey. If I set breakpoints in the tests and try again with the debugger, I get the same result and no breakpoints are hit. Has anyone else experienced this before?

link|improve this question

65% accept rate
Yeah I'm having this same problem with ReSharper 4.5.1274.1 in VS2005. Very annoying. Used to work fine with version 4.5.1231.7. – Craig Sep 21 '09 at 13:54
I also gave it a whirl in VS2008 sp1 with resharper 4.5.1274.1 and its not working for me either.... If it helps you could download the personal version of TestDriven.net at testdriven.net/download.aspx its still working like a champ for running tests at the project/fixture/method level. – ElvisLives Sep 24 '09 at 15:00
I'm having the same problem! Did you ever get this figured out? – Chad Jan 26 '10 at 15:48
1  
@Chad Well..I switched to nUnit. – Charlie Jan 26 '10 at 15:57
feedback

2 Answers

Try to rebuild your test project/entire solution. I sometimes have similar problems where the resharper shows tests that I have removed, or doesn't execute tests for new methods in the SUT project. After a rebuild it gets back in sync.

link|improve this answer
Tried that thanks, still no joy though :( – Charlie Sep 6 '09 at 13:24
feedback

Ran into this problem aswell with ReSharper 5.0.1659 and VS2010. Turns out that the problem lies somewhere in the testrun config files that VS creates when running test the regular VS way. Removed them from both disc as well as references in solution file which solved the problem and I was able to run the tests with ReSharper again.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.