Home | History | Annotate | Download | only in test

Lines Matching refs:PrintToString

199 using ::testing::PrintToString;
1185 // Useful for testing PrintToString(). We cannot use EXPECT_EQ()
1186 // there as its implementation uses PrintToString(). The caller must
1189 EXPECT_TRUE(PrintToString(value) == (expected_string)) \
1190 << " where " #value " prints as " << (PrintToString(value))