简体   繁体   中英

Using ReSharper Test Runner to run MSTest Unit Tests

I need to use the ReSharper Unit Test Runner to run my MSTest Unit Tests on VS 2008. I have heard of using "Gallio" to do this but I don't know what Gallio is (it seemed like some all purpose VS extensibility framework). Does anyone know the best way to run MSTest Unit Tests using ReSharper Test Runner?

请注意,您可以通过Early Access Program获得的ReSharper 4.5将支持开箱即用的MSTest。

You do not need resharper to support standalone mstest installation. I explain how to make a standalone mstest installation without the VS in my post here - http://www.shunra.com/shunrablog/index.php/2009/04/running-mstest-without-visual-studio

I tried the latest ReSharper 4.5 nightly build (27 Feb 2009/#1181) and it works pretty well but I have to explictly add the tests or fixtures to a unit test session. I can't run all tests from the project or solution unfortunately.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM