mirror of
https://git.mirrors.martin98.com/https://github.com/google/googletest.git
synced 2025-10-14 15:01:31 +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