If your test runner understands TAP, you may find it useful. gtest-parallel is a test runner that runs tests from your binary in parallel to provide significant speed-up. GoogleTest Adapter is a VS Code extension allowing to view GoogleTest in a tree view and run/debug your tests. C++ ...
1.玩转Google开源C++单元测试框架Google Test系列(gtest)之一 - 初识gtest 2.玩转Google开源C++单元测试框架Google Test系列(gtest)之二 - 断言 3.玩转Google开源C++单元测试框架Google Test系列(gtest)之三 - 事件机制 4.玩转Google开源C++单元测试框架Google Test系列(gtest)之四 - 参数化 5.玩转Google开源C++单元...