原始内容
高亮显示
复制内容
#include "gmock/gmock.h" #include <memory> #include <string> #if defined(TEST_MOCK_METHOD_INVALID_CONST_SPEC) struct Base { MOCK_METHOD(int, F, (), (onst)); }; #else // Sanity check - this should compile. #endif
您还没有登录,登录后您可以:
首次使用?从这里 注册