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.cc174 string error_text_; member in google::protobuf::compiler::__anon70ef13510111::CommandLineInterfaceTest
301 error_text_ = GetCapturedTestStderr(); in Run()
329 EXPECT_EQ("", error_text_); in ExpectNoErrors()
335 error_text_); in ExpectErrorText()
341 EXPECT_PRED_FORMAT2(testing::IsSubstring, expected_substring, error_text_); in ExpectErrorSubstring()
347 return error_text_.find(expected_substring) != string::npos; in HasAlternateErrorSubstring()