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