summaryrefslogtreecommitdiffstats
path: root/googlemock/test
Commit message (Expand)AuthorAgeFilesLines
* Use matcher's description in AllOf if matcher has no explanation.Abseil Team3 days2-10/+8
* Use matcher's description in AllOf if matcher has no explanation.Abseil Team4 days2-8/+10
* Print mismatches for UnorderedElements() of different sizes.Abseil Team2024-05-201-3/+14
* Add test for move-only type in `Action` signatureAbseil Team2024-03-151-0/+16
* Accept one-shot callables in InvokeArgument.Abseil Team2024-02-291-0/+10
* Accept move-only callables in `InvokeArguments`Abseil Team2023-12-281-1/+13
* Implement `testing::Rethrow` to throw exceptions more easily via `std::except...Abseil Team2023-11-271-0/+9
* StartsWith: Explicitly construct matcher-typed strings from matchee parameterrefs/pull/4398/headDino Radakovic2023-10-231-0/+9
* Clean up typos: Exhaused => ExhaustedAbseil Team2023-08-211-1/+1
* Merge pull request #4146 from lygstate:fixes_std_pair_diffCopybara-Service2023-05-022-9/+4
|\
| * Merge branch 'main' into fixes_std_pair_diffrefs/pull/4146/headAndy Soffer2023-05-0117-83/+138
| |\ | |/ |/|
* | Use GTEST_INTERNAL_CPLUSPLUS_LANG instead of __cplusplusDino Radakovic2023-04-282-2/+5
* | Add qualifier to avoid argument dependent lookupTom Hughes2023-04-281-1/+1
* | gmock: fix issue #4222refs/pull/4225/headPatryk GawroĊ„ski2023-04-241-13/+13
* | Use '=default' to define trivial constructor/destructorsrefs/pull/4221/headTom Hughes2023-04-2111-35/+35
* | Use the empty method to check for emptinessTom Hughes2023-04-211-1/+1
* | Add missing std includesTom Hughes2023-04-209-0/+38
* | gtest.cc: add a newline after a failure when there is no OS stack trace.Aaron Jacobs2023-03-231-0/+18
* | Introduce std::make_unique and bool literals where possibleAbseil Team2023-03-203-12/+9
* | Use "#ifdef" with public macrosTom Hughes2023-03-062-2/+2
* | Use "#ifdef GTEST_OS_..." instead of "#if GTEST_OS_..."Tom Hughes2023-03-064-12/+12
* | Fix link in ReportUninterestingCall messageAbseil Team2023-02-162-5/+5
| * Fixes the test gmock_output_test.py with MSVCYonggang Luo2023-02-281-1/+1
| * Revert "Fix gmock_output_test when using MSVC"Yonggang Luo2023-02-092-9/+4
|/
* Remove GTEST_USES_PCRE referencesTom Hughes2023-02-071-11/+2
* Add support for the alternative base64 encoding in RFC 4648 section 5 to `Whe...Abseil Team2023-02-061-0/+3
* Fix include orderTom Hughes2023-02-011-2/+2
* Remove GMOCK_RENAME_MAINTom Hughes2023-02-011-7/+0
* Fix gmock_output_test when using MSVCTom Hughes2023-02-012-4/+9
* Use GTEST_DISABLE_MSC_WARNINGS macros to disable warningsTom Hughes2023-01-3010-95/+52
* Use explicit short to fix MSVC compiler warningTom Hughes2023-01-301-4/+4
* Merge pull request #4115 from SunBlack:codespellCopybara-Service2023-01-301-2/+2
|\
| * Fix typos found by codespellrefs/pull/4115/headSunBlack2023-01-041-2/+2
* | Remove pylint disable comments that no longer trigger warningsTom Hughes2023-01-251-5/+0
* | Fix formatting in subset of Python filesTom Hughes2023-01-252-27/+40
* | Fix formatting of C++ filesTom Hughes2023-01-243-7/+7
* | Remove FloatingPoint::Max() in favor of std::numeric_limits::max()Derek Mauro2023-01-241-1/+3
* | Replace deprecated python callsTom Hughes2023-01-171-2/+2
* | gmock_output_test: normalize golden file output to unix line endingsAbseil Team2023-01-171-0/+3
* | Fix -Wshadow warningsTom Hughes2023-01-121-2/+2
|/
* Make SizeIsMatcher::Impl conform to the contract of MatcherDescriberInterface.Abseil Team2022-11-301-2/+2
* Disables `-Wunused-member-function` and `-Wused-but-marked-unused` that trigg...Abseil Team2022-11-292-0/+29
* Merge pull request #4041 from zloylos:allow-naming-expectationsCopybara-Service2022-10-251-7/+10
* Add support of 19-member structs to gmock UnpackStructImpl.Hardik Vala2022-08-221-0/+5
* Merge pull request #3918 from assafpr:master2mainCopybara-Service2022-08-012-5/+5
|\
| * Update gmock-spec-builders_test.ccassafpr2022-06-271-1/+1
| * Update gmock_output_test_golden.txtassafpr2022-06-221-4/+4
* | Add support of 18-member structs to gmock UnpackStructImpl.refs/pull/3966/headAbseil Team2022-07-291-0/+10
* | Add IsEmpty overload for C-style stringsDino Radakovic2022-07-251-0/+26
* | fix: typo in test nameyutotnh2022-07-011-1/+1