2

After installing Resharper 6, none of the unit test icons in my unit test classes (I am using MbUNut and Gallio) are visible, and when I select Run Unit tests from any of the menus, Visual Studio cannot find any unit tests...

Charles Bretana
  • 143,358
  • 22
  • 150
  • 216
  • So it is problem of MbUnit and Gallio integration with VS / Resharper 6. It works without problem with MSTest and NUnit (even better then 5.1). – Ladislav Mrnka Aug 11 '11 at 20:48
  • possible duplicate of [Does MBUnit support Resharper 6?](http://stackoverflow.com/questions/6622646/does-mbunit-support-resharper-6) – Ladislav Mrnka Aug 11 '11 at 20:49
  • Another info about Gallio not supported in Resharper 6: http://www.jetbrains.com/resharper/plugins/index.jsp#Gallio – Ladislav Mrnka Aug 11 '11 at 20:51

1 Answers1

0

Ignoring the lack of an actual question here; there's an issue raised on the Gallio/MBUnit project for this (Issue 850) and a corresponding one for ReSharper 6.1 (Issue 873). You should follow up there.

Gallio 3.3.1 is the version when ReSharper 6 support appeared.

Richard Banks
  • 12,456
  • 3
  • 46
  • 62