I need to use the ReSharper Unit Test Runner to run my MSTest Unit tests on VS 2008. I heard about using "Gallio" for this, but I don't know what Gallio is (it seemed VS extensibility). Does anyone know a better way to run MSTest Unit tests using the ReWharper Test Runner?
Cm:
Using Resharper Unit Test Runner for MSTest via Gallio
and
http://www.jameskovacs.com/blog/IntroducingVstsUnitPluginForReSharper.aspx
Please note that ReSharper 4.5, which you can get through the early access program, will support MSTest out of the box.
I tried the latest ReSharper 4.5 new product (February 27, 2009 / # 1181) and it works very well, but I have to explicitly add tests or lights to the unit test session. I cannot run all tests from a project or solution, unfortunately.
You do not need a resharper to support the standalone mstest installation. I explain how to do a standalone installation of mstest without VS in my post here - http://www.shunra.com/shunrablog/index.php/2009/04/running-mstest-without-visual-studio