mirror of
https://git.mirrors.martin98.com/https://github.com/google/googletest.git
synced 2025-10-12 05:11:28 +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