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

Posted by Keith Nicholas on Stack Overflow See other posts from Stack Overflow or by Keith Nicholas
Published on 2008-11-17T21:52:03Z Indexed on 2010/05/24 22:31 UTC
Read the original article Hit count: 234

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about c++

Related posts about gtest