Google Test

Google's C++ testing framework
Download

Google Test Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD
  • Price:
  • FREE
  • Publisher Name:
  • Google
  • Publisher web site:
  • http://google.com
  • Operating Systems:
  • Mac OS X 10.4 or later
  • File Size:
  • 897 KB

Google Test Tags


Google Test Description

Google's C++ testing framework Google Test is Google's framework based on the xUnit architecture and created for writing C++ tests on a variety of platforms. Supports automatic test discovery, a rich set of assertions, user-defined assertions, death tests, fatal and non-fatal failures, various options for running the tests, and XML test report generation. Google Test is designed to have fairly minimal requirements to build and use with your projects, but there are some. Currently, Google Test comes with support for Mac OS X, Linux, Windows, and Cygwin. What's New in This Release: · New feature: assertions can be safely called in multiple threads where the pthreads library is available. · New feature: predicates used inside EXPECT_TRUE() and friends can now generate custom failure messages. · New feature: Google Test can now be compiled as a DLL. · New feature: fused source files are included. · New feature: prints help when encountering unrecognized Google Test flags. · Experimental feature: CMake build script (requires CMake 2.6.4+). · Experimental feature: the Pump script for meta programming. · double values streamed to an assertion are printed with enough precision to differentiate any two different values. · Google Test now works on Solaris and AIX. · Build and test script improvements. · Bug fixes and implementation clean-ups.


Google Test Related Software