Home | History | Annotate | Download | only in gtest

Lines Matching defs:ASSERT_EQ

1238 // Formats a comparison assertion (e.g. ASSERT_EQ, EXPECT_LT, and etc)
1292 // lhs_is_null_literal is true iff the first argument to ASSERT_EQ()
1323 // This specialization is used when the first argument to ASSERT_EQ()
1329 // version will be picked when the second argument to ASSERT_EQ() is
1330 // NOT a pointer, e.g. ASSERT_EQ(0, AnIntFunction()) or
1342 // ASSERT_EQ() is a pointer, e.g. ASSERT_EQ(NULL, a_pointer).
1769 #define ASSERT_EQ(expected, actual) \