This tutorial shows how to use the CppUTest framework to create C++ unit tests with VisualGDB. We will show how to create a basic test project verifying the behavior of thestd::atomictypes and how to use the CppUTest framework to automatically check your code for memory leaks. Before you beg...
In the previous tutorials, we looked at how to useDockerandGitHub Actions. In this tutorial, we will use both Docker and GitHub Actions along with a new framework, CppUTest, to build a unit test demo for C/C . You can watch this tutorial in video form here: ...