GoogleTest is a popular open-source unit testing and mocking framework for C++. It provides a rich set of assertions, mocks, and utilities for creating tests for modern C++ code. For more details, see https://github.com/google/googletest.
C/C++test CT includes an integrated version of the GoogleTest framework, based on GoogleTest version 1.17.0, located at:
<INSTALL_DIR>/googletest/googletest.zip |
Documentation for the integrated GoogleTest is available inside the googletest.zip package.
To access the documentation:
<INSTALL_DIR>/googletest/googletest.zip.docs subfolder in the extracted directory.The integrated GoogleTest framework can be used for developing functional safety software (in selected build environments). Please contact Parasoft for details.
See also: Using C/C++test CT on Safety-Related Software.
When using C/C++test CT with GoogleTest for safety-related software, you must use the GoogleTest version provided with C/C++test CT. |