腾讯云618特惠专场

文章列表

Can Google Mock a method with a smart pointer return type?(Google 可以模拟具有智能指针返回类型的方法吗?)
CMake: Project structure with unit tests(CMake:带有单元测试的项目结构)
How to set up unit testing for Visual Studio C++(如何为 Visual Studio C++ 设置单元测试)
Redirect both cout and stdout to a string in C++ for Unit Testing(将 cout 和 stdout 都重定向到 C++ 中的字符串以进行单元测试)
google mock - can I call EXPECT_CALL multiple times on same mock object?(谷歌模拟 - 我可以在同一个模拟对象上多次调用 EXPECT_CALL 吗?)
Unit test that a class is non copyable, and other compile-time properties(单元测试一个类是不可复制的,以及其他编译时属性)
Getting a FILE* from a std::fstream(从 std::fstream 获取 FILE*)
tellg() function give wrong size of file?(tellg() 函数给出错误的文件大小?)
Read Unicode UTF-8 file into wstring(将 Unicode UTF-8 文件读入 wstring)
std::fstream buffering vs manual buffering (why 10x gain with manual buffering)?(std::fstream 缓冲与手动缓冲(为什么手动缓冲能获得 10 倍的增益)?)