mirror of
https://github.com/google/googletest.git
synced 2025-12-07 17:26:53 +08:00
Note that EXPECT_EQ(actual_value, expected_value) or EXPECT_THAT(actual_value, Eq(expected_value)) is preferred over EXPECT_THAT(actual_value, expected_value). PiperOrigin-RevId: 314350852 |
||
|---|---|---|
| .. | ||
| cheat_sheet.md | ||
| community_created_documentation.md | ||
| cook_book.md | ||
| for_dummies.md | ||
| gmock_faq.md | ||
| pump_manual.md | ||