googletest/googlemock/include/gmock
Abseil Team 76bb2afb8b Implement testing::Rethrow to throw exceptions more easily via std::exception_ptr
We avoid overloading or specializing `testing::Throw` as this is fundamentally a different operation than throwing the object.
However, we disable the corresponding overload of `testing::Throw` to prevent likely mistakes in the usage.

Fixes: #4412
PiperOrigin-RevId: 585745469
Change-Id: I03bb585427ce51983d914e88f2bf65a13545c920
2023-11-27 13:32:49 -08:00
..
internal Use '=default' to define trivial constructor/destructors 2023-04-21 10:41:25 -07:00
gmock-actions.h Implement testing::Rethrow to throw exceptions more easily via std::exception_ptr 2023-11-27 13:32:49 -08:00
gmock-cardinalities.h Use '=default' to define trivial constructor/destructors 2023-04-21 10:41:25 -07:00
gmock-function-mocker.h Merge pull request #4374 from masbug:main 2023-09-25 14:00:54 -07:00
gmock-matchers.h StartsWith: Explicitly construct matcher-typed strings from matchee parameter 2023-10-23 10:11:36 -07:00
gmock-more-actions.h Use GTEST_DISABLE_MSC_WARNINGS macros to disable warnings 2023-01-30 13:45:46 -08:00
gmock-more-matchers.h Use GTEST_DISABLE_MSC_WARNINGS macros to disable warnings 2023-01-30 13:45:46 -08:00
gmock-nice-strict.h Use "#ifdef GTEST_OS_..." instead of "#if GTEST_OS_..." 2023-03-06 07:14:21 -08:00
gmock-spec-builders.h Use '=default' to define trivial constructor/destructors 2023-04-21 10:41:25 -07:00
gmock.h Export gmock-spec-builders. 2023-10-26 13:15:23 -07:00