Home
last modified time | relevance | path

Searched refs:GetCapturedStdout (Results 1 – 25 of 36) sorted by relevance

12

/external/gmock/test/
Dgmock-nice-strict_test.cc63 using testing::internal::GetCapturedStdout;
123 EXPECT_THAT(GetCapturedStdout(), in TEST()
142 EXPECT_THAT(GetCapturedStdout(), in TEST()
157 EXPECT_THAT(GetCapturedStdout(), in TEST()
170 EXPECT_EQ("", GetCapturedStdout()); in TEST()
183 EXPECT_EQ("", GetCapturedStdout()); in TEST()
195 EXPECT_THAT(GetCapturedStdout(), in TEST()
268 EXPECT_THAT(GetCapturedStdout(), in TEST()
287 EXPECT_THAT(GetCapturedStdout(), in TEST()
Dgmock-internal-utils_test.cc385 EXPECT_THAT(GetCapturedStdout().c_str(), in TestLogWithSeverity()
391 EXPECT_STREQ("", GetCapturedStdout().c_str()); in TestLogWithSeverity()
403 EXPECT_STREQ("\nTest log.\n", GetCapturedStdout().c_str()); in TEST()
412 const string log = GetCapturedStdout(); in TEST()
505 return GetCapturedStdout(); in GrabOutput()
Dgmock-spec-builders_test.cc104 using testing::internal::GetCapturedStdout;
597 EXPECT_STREQ("", GetCapturedStdout().c_str()); in TEST()
635 const std::string output = GetCapturedStdout(); in TEST()
677 const std::string output = GetCapturedStdout(); in TEST()
872 const std::string output1 = GetCapturedStdout(); in TEST()
878 const std::string output2 = GetCapturedStdout(); in TEST()
898 const std::string output = GetCapturedStdout(); in TEST()
913 EXPECT_PRED_FORMAT2(IsSubstring, on_call_location, GetCapturedStdout()); in TEST()
1978 const std::string output = GetCapturedStdout(); in TEST()
1995 const std::string output2 = GetCapturedStdout(); in TEST()
[all …]
/external/google-breakpad/src/testing/test/
Dgmock-nice-strict_test.cc62 using testing::internal::GetCapturedStdout;
119 EXPECT_STREQ("", GetCapturedStdout().c_str()); in TEST()
132 EXPECT_STREQ("", GetCapturedStdout().c_str()); in TEST()
144 EXPECT_THAT(GetCapturedStdout(), in TEST()
149 EXPECT_THAT(GetCapturedStdout(), in TEST()
Dgmock-spec-builders_test.cc104 using testing::internal::GetCapturedStdout;
597 EXPECT_STREQ("", GetCapturedStdout().c_str()); in TEST()
635 const String output = GetCapturedStdout(); in TEST()
677 const String output = GetCapturedStdout(); in TEST()
872 const String output1 = GetCapturedStdout(); in TEST()
878 const String output2 = GetCapturedStdout(); in TEST()
898 const String output = GetCapturedStdout(); in TEST()
912 EXPECT_PRED_FORMAT2(IsSubstring, on_call_location, GetCapturedStdout()); in TEST()
1901 const String output = GetCapturedStdout(); in TEST()
1918 const String output2 = GetCapturedStdout(); in TEST()
[all …]
Dgmock-internal-utils_test.cc391 EXPECT_THAT(GetCapturedStdout().c_str(), in TestLogWithSeverity()
397 EXPECT_STREQ("", GetCapturedStdout().c_str()); in TestLogWithSeverity()
409 EXPECT_STREQ("\nTest log.\n", GetCapturedStdout().c_str()); in TEST()
418 const String log = GetCapturedStdout(); in TEST()
511 return GetCapturedStdout(); in GrabOutput()
/external/protobuf/gtest/test/
Dgtest-port_test.cc710 EXPECT_STREQ("abc", GetCapturedStdout().c_str()); in TEST()
714 EXPECT_EQ(::std::string("def\0ghi", 7), ::std::string(GetCapturedStdout())); in TEST()
733 EXPECT_STREQ("pqr", GetCapturedStdout().c_str()); in TEST()
741 GetCapturedStdout(); in TEST()
Dgtest_unittest.cc180 using testing::internal::GetCapturedStdout;
5224 const String captured_stdout = GetCapturedStdout(); in TestParsingFlags()
/external/google-breakpad/src/testing/gtest/test/
Dgtest-port_test.cc903 EXPECT_STREQ("abc", GetCapturedStdout().c_str()); in TEST()
907 EXPECT_EQ(::std::string("def\0ghi", 7), ::std::string(GetCapturedStdout())); in TEST()
926 EXPECT_STREQ("pqr", GetCapturedStdout().c_str()); in TEST()
934 GetCapturedStdout(); in TEST()
/external/gtest/test/
Dgtest-port_test.cc933 EXPECT_STREQ("abc", GetCapturedStdout().c_str()); in TEST()
937 EXPECT_EQ(::std::string("def\0ghi", 7), ::std::string(GetCapturedStdout())); in TEST()
956 EXPECT_STREQ("pqr", GetCapturedStdout().c_str()); in TEST()
964 GetCapturedStdout(); in TEST()
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest-port_test.cc940 EXPECT_STREQ("abc", GetCapturedStdout().c_str()); in TEST()
944 EXPECT_EQ(::std::string("def\0ghi", 7), ::std::string(GetCapturedStdout())); in TEST()
963 EXPECT_STREQ("pqr", GetCapturedStdout().c_str()); in TEST()
971 GetCapturedStdout(); in TEST()
/external/protobuf/gtest/src/
Dgtest-port.cc586 String GetCapturedStdout() { return GetCapturedStream(&g_captured_stdout); } in GetCapturedStdout() function
/external/llvm/utils/unittest/googletest/src/
Dgtest-port.cc625 String GetCapturedStdout() { return GetCapturedStream(&g_captured_stdout); } in GetCapturedStdout() function
/external/mesa3d/src/gtest/src/
Dgtest-port.cc621 String GetCapturedStdout() { return GetCapturedStream(&g_captured_stdout); } in GetCapturedStdout() function
/external/google-breakpad/src/testing/gtest/src/
Dgtest-port.cc650 String GetCapturedStdout() { return GetCapturedStream(&g_captured_stdout); } in GetCapturedStdout() function
/external/gtest/src/
Dgtest-port.cc695 std::string GetCapturedStdout() { in GetCapturedStdout() function
/external/protobuf/gtest/include/gtest/internal/
Dgtest-port.h817 GTEST_API_ String GetCapturedStdout();
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h1057 GTEST_API_ String GetCapturedStdout();
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h1047 GTEST_API_ String GetCapturedStdout();
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest-port.cc1047 std::string GetCapturedStdout() { in GetCapturedStdout() function
Dgtest-port.cc.orig664 std::string GetCapturedStdout() {
/external/gtest/include/gtest/internal/
Dgtest-port.h1163 GTEST_API_ std::string GetCapturedStdout();
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-port.h1071 GTEST_API_ String GetCapturedStdout();
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-port.h1177 GTEST_API_ std::string GetCapturedStdout();
Dgtest-port.h.orig172 // GetCapturedStdout() - stops capturing stdout and returns the captured
1162 // GetCapturedStdout - stops capturing stdout and returns the captured string.
1167 GTEST_API_ std::string GetCapturedStdout();

12