summaryrefslogtreecommitdiffstats
path: root/googlemock/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | fix: some typos in commentyutotnh2022-07-012-3/+3
|/
* gmock-spec-builders: add support for non-moveable types.Aaron Jacobs2022-05-271-53/+55
* gmock-actions: properly support non-moveable results in `is_callable_r`.Aaron Jacobs2022-05-271-1/+29
* gmock-actions: add support for move-only values to Return.Aaron Jacobs2022-05-131-18/+38
* gmock-actions: provide a const reference when converting in ReturnAction.Aaron Jacobs2022-05-121-15/+52
* gmock-actions: simplify Return and add better documentation.Aaron Jacobs2022-05-112-17/+34
* gmock-actions: make OnceAction public.Aaron Jacobs2022-05-111-1/+1
* gmock-actions: improve comments and tests for the implicit cast in Return.Aaron Jacobs2022-04-271-0/+31
* Support move-only and &&-qualified actions in WithArgs.Aaron Jacobs2022-04-261-2/+23
* Generalize gmock-matchers_test to handle is_gtest_matcher-style matchers, too.Abseil Team2022-04-265-50/+144
* Support move-only and &&-qualified actions in DoAll.Aaron Jacobs2022-04-261-7/+99
* Remove the legacy internal GTEST_DISALLOW_* macrosDerek Mauro2022-04-2212-32/+72
* Document two surprises in `DoAllAction::NonFinalType`.Aaron Jacobs2022-04-131-0/+83
* Add support for move-only and &&-qualified actions in WillOnce.Abseil Team2022-04-091-28/+310
* Use ResultOf()'s result_description when explaining match result.Abseil Team2022-04-041-0/+11
* Address deprecation warning surfaced by Github presubmit testsAbseil Team2022-03-231-4/+4
* Split gmock-matchers_test into 4 smaller test #3653Mattias Ellert2022-03-238-8644/+8853
* Merge branch 'main' into promote-inclusive-behaviorrefs/pull/3779/headBrad Messer2022-03-1818-1377/+1057
|\
| * Running clang-format over all of GoogleTestAbseil Team2022-03-1518-1377/+1057
* | Remove sanity as it is offensive to neurodiverse individuals.Brad Messer2022-03-181-1/+1
|/
* Add a 3-arg overload for ResultOf() matcher that takes a description string f...Abseil Team2022-02-101-0/+10
* Change `ReturnArg` to use perfect forwarding of arguments (#3733)Dino Radakovic2022-01-261-0/+6