googletest/docs/reference
Jesse Rosenstock a6ce08abf7 Property: Promote note to warning
Property() should not be used against member functions that you do not own.  Make
this warning more prominent in matchers.md and add it to gmock-matchers.h.

PiperOrigin-RevId: 727753777
Change-Id: Idf9155103b04b98efc957ff0d0cf3a8d8662eb72
2025-02-17 01:00:00 -08:00
..
actions.md Add SaveArgByMove 2025-02-10 10:22:27 -08:00
assertions.md This change adjusts how ASSERT_NEAR and EXPECT_NEAR treats infinity, such that ASSERT_NEAR(inf, inf, 0) passes. This makes the behavior more consistent with ASSERT_EQ(inf, inf) which succeeds. 2024-10-14 10:13:58 -07:00
matchers.md Property: Promote note to warning 2025-02-17 01:00:00 -08:00
mocking.md Revert incorrect update. 2024-02-22 08:48:24 -08:00
testing.md Mention the optional third argument to TYPED_TEST_SUITE 2024-05-28 07:42:39 -07:00