Googletest export
Fix typo in the "Assertion Placement" section
PiperOrigin-RevId:
337435223
Googletest export
Fix some issues when running fuse_gmock_files.
The module path should be updated before importing `fuse_gtest_files`, since
the script may not run from the googletest repo root. We also need a non-frozen
set in order to track progress.
PiperOrigin-RevId:
337380466
Googletest export
Fixes build warnings from previous CL
Add CMake to internal presubmit to prevent these
PiperOrigin-RevId:
337325504
Merge pull request #3042 from Aralox:Issue-2135-modify-mock-template-args-AX-to-TArgX
PiperOrigin-RevId:
337217118
Googletest export
Add ::testing::FieldsAre matcher for objects that support get<> and structured bindings.
PiperOrigin-RevId:
337165285
Issue 2135: Change template args in NiceMock, NaggyMock and StrictMock from A1, A2, ... to TArg1, TArg2,... to avoid clash with legacy header files