Searched refs:error_text_ (Results 1 – 1 of 1) sorted by relevance
174 string error_text_; member in google::protobuf::compiler::__anon70ef13510111::CommandLineInterfaceTest301 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()