googletest/googlemock/test
Abseil Team a1cc8c5519 Add support for move-only and &&-qualified actions in WillOnce.
This provides a type-safe way for an action to express that it wants to be
called only once, or to capture move-only objects. It is a generalization of
the type system-evading hack in ByMove, with the improvement that it works for
_any_ action (including user-defined ones), and correctly expresses that the
action can only be used with WillOnce. I'll make existing actions benefit in a
future commit.

PiperOrigin-RevId: 440496139
Change-Id: I4145d191cca5655995ef41360bb126c123cb41d3
2022-04-08 18:40:07 -07:00
..
BUILD.bazel Split gmock-matchers_test into 4 smaller test #3653 2022-03-23 09:08:04 -07:00
gmock_all_test.cc Split gmock-matchers_test into 4 smaller test #3653 2022-03-23 09:08:04 -07:00
gmock_ex_test.cc Running clang-format over all of GoogleTest 2022-03-15 13:42:11 -07:00
gmock_leak_test_.cc Running clang-format over all of GoogleTest 2022-03-15 13:42:11 -07:00
gmock_leak_test.py Makes the Python imports consistently use full paths from the repository root, 2021-12-22 13:01:24 -08:00
gmock_link2_test.cc Running clang-format over all of GoogleTest 2022-03-15 13:42:11 -07:00
gmock_link_test.cc Running clang-format over all of GoogleTest 2022-03-15 13:42:11 -07:00
gmock_link_test.h Running clang-format over all of GoogleTest 2022-03-15 13:42:11 -07:00
gmock_output_test_.cc Running clang-format over all of GoogleTest 2022-03-15 13:42:11 -07:00
gmock_output_test_golden.txt Include the param names in the generated description of the MATCHER_P matchers. 2021-12-27 08:05:24 -08:00
gmock_output_test.py Address deprecation warning surfaced by Github presubmit tests 2022-03-23 15:08:26 -07:00
gmock_stress_test.cc Running clang-format over all of GoogleTest 2022-03-15 13:42:11 -07:00
gmock_test_utils.py Makes the Python imports consistently use full paths from the repository root, 2021-12-22 13:01:24 -08:00
gmock_test.cc Running clang-format over all of GoogleTest 2022-03-15 13:42:11 -07:00
gmock-actions_test.cc Add support for move-only and &&-qualified actions in WillOnce. 2022-04-08 18:40:07 -07:00
gmock-cardinalities_test.cc Running clang-format over all of GoogleTest 2022-03-15 13:42:11 -07:00
gmock-function-mocker_test.cc Running clang-format over all of GoogleTest 2022-03-15 13:42:11 -07:00
gmock-internal-utils_test.cc Running clang-format over all of GoogleTest 2022-03-15 13:42:11 -07:00
gmock-matchers_test.h Split gmock-matchers_test into 4 smaller test #3653 2022-03-23 09:08:04 -07:00
gmock-matchers-arithmetic_test.cc Split gmock-matchers_test into 4 smaller test #3653 2022-03-23 09:08:04 -07:00
gmock-matchers-comparisons_test.cc Split gmock-matchers_test into 4 smaller test #3653 2022-03-23 09:08:04 -07:00
gmock-matchers-containers_test.cc Use ResultOf()'s result_description when explaining match result. 2022-04-04 12:56:24 -07:00
gmock-matchers-misc_test.cc Split gmock-matchers_test into 4 smaller test #3653 2022-03-23 09:08:04 -07:00
gmock-more-actions_test.cc Running clang-format over all of GoogleTest 2022-03-15 13:42:11 -07:00
gmock-nice-strict_test.cc Running clang-format over all of GoogleTest 2022-03-15 13:42:11 -07:00
gmock-port_test.cc Running clang-format over all of GoogleTest 2022-03-15 13:42:11 -07:00
gmock-pp_test.cc Merge pull request #2514 from thejcannon:msvc_macro_issue 2019-10-23 13:35:26 -04:00
gmock-pp-string_test.cc Running clang-format over all of GoogleTest 2022-03-15 13:42:11 -07:00
gmock-spec-builders_test.cc Running clang-format over all of GoogleTest 2022-03-15 13:42:11 -07:00