Testing

  1. Google Test Framework

    • GTest Documentation

    • GTest Primer Guide

    • Description: C++ testing and mocking framework

    • Key features:

      • xUnit test structure

      • Rich set of assertions

      • Test fixtures and parameterized tests

      • Death tests and mock objects