vote up 1 vote down star

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!

flag

75% accept rate

1 Answer

vote up 2 vote down check

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|flag
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 at 11:40

Your Answer

Get an OpenID
or

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