Google C++ Testing Framework是Google公司用来在各种不同平台上编写C++测试代码的框架。 它是基于xUnit体系结构,支持自动覆盖测试,有丰富的断言、死循环监测,可以生成XML格式的测试结果报告。 Google C++ Testing Framework 1.4.0发布,版本更新内容如下: The event listener API allows you to write plugins to make Google Test do interesting things. You can now shuffle the tests to reveal bad inter-test dependencies. The XML report is more compatible with JUnit and can be parsed by popular continuous build tools like Hudson. It works on a lot more platforms now. This release no longer depends on Boost 下载地址:http://freshmeat.net/urls/b93265ba8ceaf1545545917f633e22bb |