Searched refs:error_text_ (Results 1 - 1 of 1) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/ | ||
H A D | command_line_interface_unittest.cc | 174 string error_text_; member in class:google::protobuf::compiler::__anon8704::CommandLineInterfaceTest 301 error_text_ = GetCapturedTestStderr(); 329 EXPECT_EQ("", error_text_); 335 error_text_); local 341 EXPECT_PRED_FORMAT2(testing::IsSubstring, expected_substring, error_text_); 347 return error_text_.find(expected_substring) != string::npos; |
Completed in 51 milliseconds