AI Tools / AI products & services
GoogleTest is Google's open-source C++ testing and mocking framework, based on the xUnit architecture. It automatically discovers and runs tests and provides assertions, user-defined assertions, death tests, fatal and non-fatal failures, value- and type-parameterized tests, and options including parallel execution. The 1.18.x branch requires at least C++17.
Google's open-source C++ testing and mocking framework. It automatically discovers and runs tests and supports assertions, death tests, parameterized tests, and parallel execution.