Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc144 void ExpectErrorSubstring(const std::string& expected_substring);
404 void CommandLineInterfaceTest::ExpectErrorSubstring( in ExpectErrorSubstring() function in google::protobuf::compiler::__anon8da34df20111::CommandLineInterfaceTest
834 ExpectErrorSubstring( in TEST_F()
836 ExpectErrorSubstring("bar.proto: \"Baz\" is not defined."); in TEST_F()
932 ExpectErrorSubstring("Unknown flag: --unknown_plug_a_opt"); in TEST_F()
933 ExpectErrorSubstring("Unknown flag: --unknown_plug_b_opt"); in TEST_F()
1170 ExpectErrorSubstring("foo.proto: This file contains services"); in TEST_F()
1630 ExpectErrorSubstring( in TEST_F()
1840 ExpectErrorSubstring(output_file + ": Is a directory"); in TEST_F()
1864 ExpectErrorSubstring(output_file + ": Is a directory"); in TEST_F()
[all …]