Jump to content

Testing

From C++ Forever
Revision as of 17:42, 6 April 2025 by Robertvokac (talk | contribs) (Created page with "There are several tools for testing C++ programs: * Google Test * Catch2 * Boost Test Library * CppUnit")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

There are several tools for testing C++ programs:

  • Google Test
  • Catch2
  • Boost Test Library
  • CppUnit