Home
last modified time | relevance | path

Searched defs:expected_text (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc359 void CommandLineInterfaceTest::ExpectErrorText(const string& expected_text) { in ExpectErrorText()
444 const string& expected_text) { in ExpectCapturedStdout()
1577 void ExpectStdoutMatchesText(const string& expected_text) { in ExpectStdoutMatchesText()
1581 void ExpectStderrMatchesText(const string& expected_text) { in ExpectStderrMatchesText()
/external/autotest/client/common_lib/
Dlogging_manager_test.py198 def _compare_logs(self, log_buffer, expected_text): argument