vote up 1 vote down star

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?

flag

75% 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 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 at 15:00

1 Answer

vote up 0 vote down

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|flag
Tried that thanks, still no joy though :( – Charlie Sep 6 at 13:24

Your Answer

Get an OpenID
or

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