Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/test/
Dgtest-death-test_test.cc1246 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()
Dgtest-port_test.cc950 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()
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-port.cc669 std::string GetCapturedStderr() { in GetCapturedStderr() function
Dgtest-death-test.cc534 const std::string error_message = GetCapturedStderr(); in Passed()
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-port.h1165 GTEST_API_ std::string GetCapturedStderr();