aboutsummaryrefslogtreecommitdiff
path: root/googlemock/test
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Print mismatches for UnorderedElements() of different sizes.Abseil Team1-3/+14
2024-03-15Add test for move-only type in `Action` signatureAbseil Team1-0/+16
2024-02-29Accept one-shot callables in InvokeArgument.Abseil Team1-0/+10
2023-12-28Accept move-only callables in `InvokeArguments`Abseil Team1-1/+13
2023-11-27Implement `testing::Rethrow` to throw exceptions more easily via `std::except...Abseil Team1-0/+9
2023-10-23StartsWith: Explicitly construct matcher-typed strings from matchee parameterDino Radakovic1-0/+9
2023-08-21Clean up typos: Exhaused => ExhaustedAbseil Team1-1/+1
2023-05-02Merge pull request #4146 from lygstate:fixes_std_pair_diffCopybara-Service2-9/+4
2023-05-01Merge branch 'main' into fixes_std_pair_diffAndy Soffer17-83/+138
2023-04-28Use GTEST_INTERNAL_CPLUSPLUS_LANG instead of __cplusplusDino Radakovic2-2/+5
2023-04-27Add qualifier to avoid argument dependent lookupTom Hughes1-1/+1
2023-04-25gmock: fix issue #4222Patryk GawroĊ„ski1-13/+13
2023-04-21Use '=default' to define trivial constructor/destructorsTom Hughes11-35/+35
2023-04-21Use the empty method to check for emptinessTom Hughes1-1/+1
2023-04-20Add missing std includesTom Hughes9-0/+38
2023-03-22gtest.cc: add a newline after a failure when there is no OS stack trace.Aaron Jacobs1-0/+18
2023-03-20Introduce std::make_unique and bool literals where possibleAbseil Team3-12/+9
2023-03-06Use "#ifdef" with public macrosTom Hughes2-2/+2
2023-03-06Use "#ifdef GTEST_OS_..." instead of "#if GTEST_OS_..."Tom Hughes4-12/+12
2023-03-01Fixes the test gmock_output_test.py with MSVCYonggang Luo1-1/+1
2023-02-16Fix link in ReportUninterestingCall messageAbseil Team2-5/+5
2023-02-09Revert "Fix gmock_output_test when using MSVC"Yonggang Luo2-9/+4
2023-02-07Remove GTEST_USES_PCRE referencesTom Hughes1-11/+2
2023-02-06Add support for the alternative base64 encoding in RFC 4648 section 5 to `Whe...Abseil Team1-0/+3
2023-02-01Fix include orderTom Hughes1-2/+2
2023-02-01Remove GMOCK_RENAME_MAINTom Hughes1-7/+0
2023-02-01Fix gmock_output_test when using MSVCTom Hughes2-4/+9
2023-01-30Use GTEST_DISABLE_MSC_WARNINGS macros to disable warningsTom Hughes10-95/+52
2023-01-30Use explicit short to fix MSVC compiler warningTom Hughes1-4/+4
2023-01-30Merge pull request #4115 from SunBlack:codespellCopybara-Service1-2/+2
2023-01-25Remove pylint disable comments that no longer trigger warningsTom Hughes1-5/+0
2023-01-25Fix formatting in subset of Python filesTom Hughes2-27/+40
2023-01-24Fix formatting of C++ filesTom Hughes3-7/+7
2023-01-24Remove FloatingPoint::Max() in favor of std::numeric_limits::max()Derek Mauro1-1/+3
2023-01-17Replace deprecated python callsTom Hughes1-2/+2
2023-01-17gmock_output_test: normalize golden file output to unix line endingsAbseil Team1-0/+3
2023-01-12Fix -Wshadow warningsTom Hughes1-2/+2
2023-01-04Fix typos found by codespellSunBlack1-2/+2
2022-11-30Make SizeIsMatcher::Impl conform to the contract of MatcherDescriberInterface.Abseil Team1-2/+2
2022-11-29Disables `-Wunused-member-function` and `-Wused-but-marked-unused` that trigg...Abseil Team2-0/+29
2022-10-25Merge pull request #4041 from zloylos:allow-naming-expectationsCopybara-Service1-7/+10
2022-08-22Add support of 19-member structs to gmock UnpackStructImpl.Hardik Vala1-0/+5
2022-08-01Merge pull request #3918 from assafpr:master2mainCopybara-Service2-5/+5
2022-07-28Add support of 18-member structs to gmock UnpackStructImpl.Abseil Team1-0/+10
2022-07-25Add IsEmpty overload for C-style stringsDino Radakovic1-0/+26
2022-07-01fix: typo in test nameyutotnh1-1/+1
2022-07-01fix: some typos in commentyutotnh2-3/+3
2022-06-27Update gmock-spec-builders_test.ccassafpr1-1/+1
2022-06-22Update gmock_output_test_golden.txtassafpr1-4/+4
2022-05-27gmock-spec-builders: add support for non-moveable types.Aaron Jacobs1-53/+55