Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc214 string error_text_; member in google::protobuf::compiler::__anon2cc2a3640111::CommandLineInterfaceTest
358 error_text_ = GetCapturedTestStderr(); in Run()
395 EXPECT_EQ("", error_text_); in Run()
401 error_text_); in Run()
407 EXPECT_PRED_FORMAT2(testing::IsSubstring, expected_substring, error_text_); in Run()
413 EXPECT_PRED_FORMAT2(testing::IsSubstring, expected_substring, error_text_); in Run()
419 return error_text_.find(expected_substring) != string::npos; in Run()