testing
Installation
SKILL.md
C++ Testing Skill
Overview
Production-grade testing expertise for C++ applications. Master unit testing, mocking, TDD, and modern testing workflows.
Testing Frameworks
Google Test (gtest)
The most widely used C++ testing framework.
#include <gtest/gtest.h>