Searched refs:GetCapturedStderr (Results 1 – 5 of 5) sorted by relevance
1402 using testing::internal::GetCapturedStderr;1412 std::string output = GetCapturedStderr(); in TEST()1420 output = GetCapturedStderr(); in TEST()1425 output = GetCapturedStderr(); in TEST()1432 output = GetCapturedStderr(); in TEST()
936 EXPECT_STREQ("jkl", GetCapturedStderr().c_str()); in TEST()940 EXPECT_EQ(::std::string("jkl\0mno", 7), ::std::string(GetCapturedStderr())); in TEST()950 EXPECT_STREQ("stu", GetCapturedStderr().c_str()); in TEST()
1236 std::string GetCapturedStderr() { in GetCapturedStderr() function
511 std::string DeathTestImpl::GetErrorLogs() { return GetCapturedStderr(); } in GetErrorLogs()
1210 GTEST_API_ std::string GetCapturedStderr();