Tag Archives: VisualGDB 5.2 Features

The New Unit Test Support in VisualGDB 5.2

One of the new features introduced in VisualGDB 5.2 is the seamless integration of C++ unit testing frameworks into Visual Studio. VisualGDB supports the CppUTest and GoogleTest frameworks for Linux, Android and Embedded projects out-of-the-box and also comes with a powerful customization mechanism that allows describing any other test framework in a way that will allow VisualGDB to discover and run tests from it with just a few mouse clicks.

linuxtest

Let’s look into the new unit test system in detail.
Continue reading The New Unit Test Support in VisualGDB 5.2