This Qt Creator plugin adds some helper functions for using CppUnit with Qt Creator. CppUnit is a unit test framework based on the original JUnit. The original cppunit library can be found here. A ...
本文介绍了以VS Code编辑器为核心, 用cmake编译, 配合gdb进行调试, cppunit进行单元测试(单元测试在第二篇添加)的大型C++工程最佳实践. (配置环境为 WSL, Ubuntu和 MacOS) 本文所有源码可在Github下载.