googletest 问答列表

LCOV分支覆盖率,在std::map中放置/插入

作者:musnow 提问时间:11/10/2023

我正在使用 lcov 2.0 检查我的 gtest 分支覆盖率,但我遇到了许多由 STD 引起的分支,例如下面。emplace/insert/operator[]std::map g++ (Ubun...

通过 MOCK_METHOD 模拟类时,它是否需要 override 关键字?

作者:davidj361 提问时间:11/11/2023

假设我有 class Foo { public: VIRTUAL_FOR_TEST void bar(int i); }; 它被嘲笑的地方 class FooMock : public F...

如何减少此代码中包含std::string operator+的未覆盖分支?

作者:musnow 提问时间:11/14/2023

我正在使用 lcov2.0 检查我的测试分支覆盖率,遇到了这个问题。 // source code void test_string_plus(const string& local ,const ...

AndroidStudio 上编译的 GoggleTest 在给定 arm64 手机时不会出现 Win32 应用程序错误

作者:Chthonic One 提问时间:11/10/2023

我编译的谷歌测试给了我以下错误: Error running test executable. Path: 'C:/repository/app/build/intermediates/cxx/...

如何实例化 std::exception_ptr 以进行单元测试

作者:pptaszni 提问时间:11/16/2023

我有一个运行异步网络工作程序的系统,并定期检查工作程序是否存储了一些。在这种情况下,它可能会引发错误,或以其他方式报告错误。简单示例:std::exception_ptr #include <exc...


共15条 当前第2页