Wednesday, July 9, 2008

Google Test (Google's C++ Unit Testing Framework) is now open source!

If you like writing tests in C++ and haven't found the right unit test framework yet, then you should check out the Google Testing Blog article on Google Test.

It's Google's xUnit style test framework available under an open source license.  Give it a spin, you can use it to test your new protocol buffer code that's written using the Google C++ Style Guide.

0 comments: