Is there a graphical test runner for "Google Test" ( gtest ) for windows?
- by Keith Nicholas
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