Searched refs:GetCapturedStderr (Results 1 – 5 of 5) sorted by relevance
1246 using testing::internal::GetCapturedStderr;1256 std::string output = GetCapturedStderr(); in TEST()1264 output = GetCapturedStderr(); in TEST()1269 output = GetCapturedStderr(); in TEST()1276 output = GetCapturedStderr(); in TEST()
950 EXPECT_STREQ("jkl", GetCapturedStderr().c_str()); in TEST()954 EXPECT_EQ(::std::string("jkl\0mno", 7), ::std::string(GetCapturedStderr())); in TEST()964 EXPECT_STREQ("stu", GetCapturedStderr().c_str()); in TEST()
669 std::string GetCapturedStderr() { in GetCapturedStderr() function
534 const std::string error_message = GetCapturedStderr(); in Passed()
1165 GTEST_API_ std::string GetCapturedStderr();