深入理解gtest C/C++单元测试经验谈:
http://developer.51cto.com/art/201108/285290.htm
Wikipedia给出了各种编程语言的单元测试框架列表: (各种单元测试框架:List of unit testing frameworks)
http://en.wikipedia.org/wiki/List_of_unit_testing_frameworks
Google C++ Testing Framework 简称gtest:
http://code.google.com/p/googletest/