Visual Studio 2010 offers a lot of comfortable tools for unit testing via its built in test runner. Unfortunately we can't use MSTest for our unmanaged c++ codebase. Is it possible to switch from MSTest to e.g. Google.Test and have it integrated with the built in Visual Studio test runner?

Thanks in advance!

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

I have not seen anyway to integrate another unit testing framework into the VS test runner.

You might look at some VS add-in test runners, testdriven.net and gallio are two.

Kindness,

Dan

link|improve this answer
Thanks for your comment! Are you speaking of Visual Studio 2008 or VS 2010? As far as I know is the Test Runner in 2010 now stand alone. – lakai Sep 9 '09 at 11:40
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.