ReSharper Doesn't See Some Test Projects
I have 5 test projects in my solution. If I run the Visual Studio test tools (Test | Run | All Tests in Solution) it runs the tests in all 5 projects. If I run the ReSharper test tools (ReSharper | Unit Tests | Run All Tests from Solution) it only runs the tests in 4 of the projects. It doesn't show the 5th project in its list or run the test in it. Where should I start troubleshooting this? Thanks.
Please sign in to leave a comment.
Hello Jeremy,
If you right-click that fifth project and choose ReSharper's 'Run Unit Tests'
action from the context menu, does ReSharper run those tests? Also, do I
understand correctly that you're using MSTest framework in all 5 projects?
Thank you!
Andrey Serebryansky
Senior Support Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
That did it. I assumed that since VS automatically sees tests anywhere in the solution that ReSharper would too, but I had to make it aware of this new tes
t project by doing the right click | Run Unit Tests. Thanks.