vote up 8 vote down star
3

Seems a great C++ unit testing framework. I'm just wanting something a bit more sophisticated than the console output for running the test, also something that makes it really easy to run specific tests (since gtest supports all kinds of test filtering)

If there is nothing, I'll probably roll my own

flag

27% accept rate
Hi, have you done any improvement in this way? Because if you do roll that project I'm interested in helping – Edison Gustavo Muenz Mar 25 at 14:38

3 Answers

vote up 7 vote down

According to the project owner, there isn't. If you do work on one, do post to the project's group. I'm sure there are some folks there who'd like to help.

link|flag
am having a crack at doing a visual studio plugin that will run the tests. Bit of a sidetrack project so not sure when it will be done, and the extensibility of visual studio is quite complicated at first it seems! – Keith Nicholas Nov 20 '08 at 20:52
vote up 1 vote down

This only solves the viewing problem, but gtest can produce JUnit compliant XML Reports. From that it should be possible to feed it into a test runner:

http://code.google.com/p/googletest/wiki/GoogleTestAdvancedGuide#Generating_an_XML_Report

link|flag
vote up 1 vote down

Industrial Logic has an Eclipse plugin for running and displaying results from gtest. The update site is http://industriallogic.com/update/

link|flag

Your Answer

Get an OpenID
or

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