Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc144 void ExpectErrorSubstring(const std::string& expected_substring);
419 void CommandLineInterfaceTest::ExpectErrorSubstring( in ExpectErrorSubstring() function in google::protobuf::compiler::__anone0fa29ba0111::CommandLineInterfaceTest
922 ExpectErrorSubstring( in TEST_F()
924 ExpectErrorSubstring("bar.proto: \"Baz\" is not defined."); in TEST_F()
1134 ExpectErrorSubstring("Unknown flag: --unknown_plug_a_opt"); in TEST_F()
1135 ExpectErrorSubstring("Unknown flag: --unknown_plug_b_opt"); in TEST_F()
1372 ExpectErrorSubstring("foo.proto: This file contains services"); in TEST_F()
1832 ExpectErrorSubstring( in TEST_F()
2049 ExpectErrorSubstring(output_file + ": Is a directory"); in TEST_F()
2073 ExpectErrorSubstring(output_file + ": Is a directory"); in TEST_F()
[all …]