Is there a graphical test runner for "Google Test" ( gtest ) for windows?

Keith Nicholas picture Keith Nicholas · Nov 17, 2008 · Viewed 11.9k times · Source

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

Answer

Omri Spector picture Omri Spector · May 25, 2010

I opened a google code project that adds UI to google test. Runs on both Windows and Unix. It is not a plugin to any IDE by design - I did not want to tie myself. Instead you open it in the background and press the "Go" button whenever you want to run.

As of this writing V1.2.1 is out and you are invited to give it a try.

https://github.com/ospector/gtest-gbar