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.cc124 void ExpectErrorSubstring(const string& expected_substring);
365 void CommandLineInterfaceTest::ExpectErrorSubstring( in ExpectErrorSubstring() function in google::protobuf::compiler::__anondc5646070111::CommandLineInterfaceTest
786 ExpectErrorSubstring("foo.proto: This file contains services"); in TEST_F()
1120 ExpectErrorSubstring(output_file + ": Is a directory"); in TEST_F()
1144 ExpectErrorSubstring(output_file + ": Is a directory"); in TEST_F()
1155 ExpectErrorSubstring("nosuchdir/: No such file or directory"); in TEST_F()
1166 ExpectErrorSubstring("nosuchdir/: No such file or directory"); in TEST_F()
1184 ExpectErrorSubstring("foo.proto/: Not a directory"); in TEST_F()
1195 ExpectErrorSubstring( in TEST_F()
1209 ExpectErrorSubstring( in TEST_F()
[all …]