Home
last modified time | relevance | path

Searched refs:GetCapturedStderr (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc1402 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()
H A Dgoogletest-port-test.cc936 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()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-port.cc1236 std::string GetCapturedStderr() { in GetCapturedStderr() function
H A Dgtest-death-test.cc511 std::string DeathTestImpl::GetErrorLogs() { return GetCapturedStderr(); } in GetErrorLogs()
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1210 GTEST_API_ std::string GetCapturedStderr();