tags:

views:

39

answers:

2

I am having an issue with running Machine Specification tests using Resharper 5.0. The individual tests appear as greyed out in the Reshaper Test Runner and I am also not able to debug them using the Resharper. Although none of the tests is running but I still see the green bar as if all the tests were successfully passed. Any ideas as to how I can get this working?

A: 

Please make sure your Runner DLL and the associated Machine.Specifications.dll in the plugin directory matches the version of MSpec referenced by your project file.

When in doubt, just download the latest build from here and replace the files in your %AppData%\JetBrains\ReSharper\vx.y\Plugins directory and your project's lib or tools directory.

Alexander Groß
A: 

I'm having the same problem, where the individual assertions are grayed out. However when I updated the dll's in my plugin folder and my project to the latest version, I get the whole test tree being grayed out.

When updating my dll's I noticed that the version number's were the same but the file sizes were different.

Paul
Can you please make sure Windows Explorer didn't block the plugin's files? Go to File properties, then click the "Unblock" button if it is displayed. Rinse and repeat for all plugin files.
Alexander Groß