Source: wikibot/google-test
= Google Test
{wiki=Google_Test}
Google Test, also known as GTest, is an open-source testing framework developed by Google for C++ programming. It provides a rich set of features that help developers write and run unit tests for their C++ code. Here are some of the key features and concepts associated with Google Test: 1. **Assertions**: Google Test provides a variety of assertion macros (e.g.