Skip to main content

2 docs tagged with "unit-test"

View all tags

Boost.Test

Boost.Test is a unit testing framework for C++ that provides test case definition, rich

GTest Basics

Google Test (GTest) is Google's C++ testing framework. Tests are plain functions wrapped in macros; GTest collects them automatically and reports failures with file name, line number, and the expected vs. actual values.