Home | History | Annotate | Download | only in test

Lines Matching refs:EXPECT_STREQ

424   EXPECT_STREQ("", empty.pattern());
427 EXPECT_STREQ("hello", simple.pattern());
430 EXPECT_STREQ(".*(\\w+)", normal.pattern());
882 EXPECT_STREQ("", empty.pattern());
885 EXPECT_STREQ("hello", simple.pattern());
940 EXPECT_STREQ("abc", GetCapturedStdout().c_str());
950 EXPECT_STREQ("jkl", GetCapturedStderr().c_str());
963 EXPECT_STREQ("pqr", GetCapturedStdout().c_str());
964 EXPECT_STREQ("stu", GetCapturedStderr().c_str());
1137 EXPECT_STREQ("foo", thread_local_string.get().c_str());
1140 EXPECT_STREQ("bar", thread_local_string.get().c_str());
1145 EXPECT_STREQ("foo", result.c_str());
1242 EXPECT_STREQ("Foo", thread_local_string.get().c_str());