摘要: 直接看代码 #include <gtest/gtest.h> #include <gmock/gmock.h> using ::testing::Return; using ::testing::_; template<typename T> class mockFoo{ public: stati 阅读全文
posted @ 2025-12-24 21:25 mariocanfly 阅读(3) 评论(0) 推荐(0)