Is there a way to view Google Test results within Visual Studio? If yes, how?
I’m using Google Test 1.5.0 and Visual Studio 2010
Until now I’ve been using Google Test from the command line.
I’ve seen such integrations on other IDEs (eclipse…) but not yet in VS
Look at GoogleTestAddin – I think it’s what you want.
Quoting from the CodePlex description: