views:

653

answers:

1

Hi,

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!

+2  A: 

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

Daniel Elliott
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