NUnit works, MSTest doesn't
Hi-
I have some NUnit tests which run ok from Resharper, but for some reason my MSTests are no longer running. When I Run them (individually or as a group) the dots remain grey but the green success bar appears at the top.
Any idea what might cause this?
Thanks,
-Mike
Please sign in to leave a comment.
Which version of ReSharper and Visual Studio do you use?
Hi-
I'm using the VS2008 9.0.21022.8 (all updates to yesterday) and Resharper 4.5.1289.0.
Thanks,
-Mike
And these tests do run OK from Visual Studio's Test runner.
Hello Mike
Do those tests run ok using the MSTest console runner?
Andrey Serebryansky
Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
I am having this same problem. MSTests seem to run, but the dots remain gray. The tests do work with the MSTest IDE runner and from the mstest.exe command line.
VSTS2008 - 9.0.30729.1
ReSharper 4.5 C# Edition - 4.5.1288.2
I can't remember exactly, but I believe I traced my problem eventually to assemblies that were out-of-date. For some reason the resharper test environment was finding a different DLL from what was being used when I ran them from Visual Studio. I cleaned everything out (including DLLS not in the current build, and DLLs not in the current solution) and I think that fixed it.