Jump to content

Testing

From C++ Forever

There are several tools for testing C++ programs:

  • Google Test
  • Catch2
  • Boost Test Library
  • CppUnit